提交 ba40882c 编写于 作者: S Sanjoy Das 提交者: TensorFlower Gardener

[TF:XLA] Bump open source llvm revision to r348935

PiperOrigin-RevId: 225404938
上级 e8f8e219
......@@ -496,11 +496,11 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
tf_http_archive(
name = "llvm",
build_file = clean_dep("//third_party/llvm:llvm.autogenerated.BUILD"),
sha256 = "34170a4aa07e434dd537d98a705dcf1b3901f73820fe1d6b9370e8c1c94e9157",
strip_prefix = "llvm-0487bd8f42c8b38166ff825d56014d0ff49db604",
sha256 = "55769c91b9f5b5255d58a1ecd88e690a4e192dc8cbdf8f984596649abe3b5433",
strip_prefix = "llvm-2ba3294845dedcbb27dc49287bfbcdb49aa1e6b7",
urls = [
"https://mirror.bazel.build/github.com/llvm-mirror/llvm/archive/0487bd8f42c8b38166ff825d56014d0ff49db604.tar.gz",
"https://github.com/llvm-mirror/llvm/archive/0487bd8f42c8b38166ff825d56014d0ff49db604.tar.gz",
"https://mirror.bazel.build/github.com/llvm-mirror/llvm/archive/2ba3294845dedcbb27dc49287bfbcdb49aa1e6b7.tar.gz",
"https://github.com/llvm-mirror/llvm/archive/2ba3294845dedcbb27dc49287bfbcdb49aa1e6b7.tar.gz",
],
)
......
......@@ -2241,7 +2241,6 @@ cc_library(
deps = [
":code_gen",
":config",
":core",
":support",
],
)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册