diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl index 4eca0bf3ccf827c418639ed43e07e73e39f9d11e..b9ae329e9f78f284d193b95d61847c62c127b63b 100755 --- a/tensorflow/workspace.bzl +++ b/tensorflow/workspace.bzl @@ -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", ], ) diff --git a/third_party/llvm/llvm.autogenerated.BUILD b/third_party/llvm/llvm.autogenerated.BUILD index eb468aa65fce9c014bc7b53f1fb69729eb2a3718..6599b9e91b8bc29306a787d671174110526aa19b 100644 --- a/third_party/llvm/llvm.autogenerated.BUILD +++ b/third_party/llvm/llvm.autogenerated.BUILD @@ -2241,7 +2241,6 @@ cc_library( deps = [ ":code_gen", ":config", - ":core", ":support", ], )