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

PiperOrigin-RevId: 248436836
This commit is contained in:
Sanjoy Das 2019-05-15 17:18:00 -07:00 committed by TensorFlower Gardener
parent 7b36a2e414
commit e7d6770051
2 changed files with 2965 additions and 1194 deletions

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 = "613eca178a5c448a56f3031b2542fd4e7570c1102786262d8aaa6e08ba1f2abe",
strip_prefix = "llvm-cd248aacbf298f8a909256d959ca5ca25c97aa4c",
sha256 = "35273de8def85a0acd0217dbf8f920c803fe992111b99a00c1cde2cfe5fc42ad",
strip_prefix = "llvm-2b69712b6e7e9160f12991730bcc864deb3594a0",
urls = [
"https://mirror.bazel.build/github.com/llvm-mirror/llvm/archive/cd248aacbf298f8a909256d959ca5ca25c97aa4c.tar.gz",
"https://github.com/llvm-mirror/llvm/archive/cd248aacbf298f8a909256d959ca5ca25c97aa4c.tar.gz",
"https://mirror.bazel.build/github.com/llvm-mirror/llvm/archive/2b69712b6e7e9160f12991730bcc864deb3594a0.tar.gz",
"https://github.com/llvm-mirror/llvm/archive/2b69712b6e7e9160f12991730bcc864deb3594a0.tar.gz",
],
)

File diff suppressed because it is too large Load Diff