Update LLVM to r360925.

PiperOrigin-RevId: 248704638
This commit is contained in:
A. Unique TensorFlower 2019-05-17 05:47:22 -07:00 committed by TensorFlower Gardener
parent e9f94d14e0
commit 2dabf5a24e

View File

@ -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",
],
)