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

PiperOrigin-RevId: 272054777
This commit is contained in:
Sanjoy Das 2019-09-30 13:37:45 -07:00 committed by TensorFlower Gardener
parent 098d8420b2
commit 506336dd8b

View File

@ -550,11 +550,11 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
tf_http_archive(
name = "llvm",
build_file = clean_dep("//third_party/llvm:llvm.autogenerated.BUILD"),
sha256 = "3219115cfd3b771f1dd3a37d84ec6e9b4315622dc3f1b3761149f04fd6992d22",
strip_prefix = "llvm-97579182cd44abdf91f3a4d61319fc9303b14a6e",
sha256 = "345dcab760b0e13f1df1b57efa0651dbaae300187bc1556379b562b85bec9e11",
strip_prefix = "llvm-f49c8ae0e54da8a5b931c1195d4021198b4e6f2f",
urls = [
"https://mirror.bazel.build/github.com/llvm-mirror/llvm/archive/97579182cd44abdf91f3a4d61319fc9303b14a6e.tar.gz",
"https://github.com/llvm-mirror/llvm/archive/97579182cd44abdf91f3a4d61319fc9303b14a6e.tar.gz",
"https://mirror.bazel.build/github.com/llvm-mirror/llvm/archive/f49c8ae0e54da8a5b931c1195d4021198b4e6f2f.tar.gz",
"https://github.com/llvm-mirror/llvm/archive/f49c8ae0e54da8a5b931c1195d4021198b4e6f2f.tar.gz",
],
)