diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl index e01c9832214..1ef1cb4525e 100755 --- a/tensorflow/workspace.bzl +++ b/tensorflow/workspace.bzl @@ -522,11 +522,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 = "8f40b47eab6405d31913b4b64fb8af2169b4342dd38471eaa0876f6907000a0f", - strip_prefix = "llvm-177463821b370aecf799e01a9049bbac006e9e53", + sha256 = "54c715a4aba9a337d5c44b04153f75fc196045b213ea8ee5e79b58465d700532", + strip_prefix = "llvm-558b52b517b8c989dc2d7fffb5c580fa45aece34", urls = [ - "https://mirror.bazel.build/github.com/llvm-mirror/llvm/archive/177463821b370aecf799e01a9049bbac006e9e53.tar.gz", - "https://github.com/llvm-mirror/llvm/archive/177463821b370aecf799e01a9049bbac006e9e53.tar.gz", + "https://mirror.bazel.build/github.com/llvm-mirror/llvm/archive/558b52b517b8c989dc2d7fffb5c580fa45aece34.tar.gz", + "https://github.com/llvm-mirror/llvm/archive/558b52b517b8c989dc2d7fffb5c580fa45aece34.tar.gz", ], )