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

PiperOrigin-RevId: 252511584
This commit is contained in:
Sanjoy Das 2019-06-10 16:38:19 -07:00 committed by TensorFlower Gardener
parent 4e7bf7f554
commit 9f3cbdf0bc

View File

@ -522,11 +522,11 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
tf_http_archive( tf_http_archive(
name = "llvm", name = "llvm",
build_file = clean_dep("//third_party/llvm:llvm.autogenerated.BUILD"), build_file = clean_dep("//third_party/llvm:llvm.autogenerated.BUILD"),
sha256 = "6ba309b06ec8da2343c9f7b3f9e4f1f11d66ec0f02e226c21157695c8e26cc54", sha256 = "a0f29da4eeef5655f75dd758e04ae9f3016a3fb206cff0d8779ad331ca4a8f2e",
strip_prefix = "llvm-8964612be0720857ec1d2f057bdecc01c7da5441", strip_prefix = "llvm-64267da8c68e9fa5d62eaa59b318755b20a213f9",
urls = [ urls = [
"https://mirror.bazel.build/github.com/llvm-mirror/llvm/archive/8964612be0720857ec1d2f057bdecc01c7da5441.tar.gz", "https://mirror.bazel.build/github.com/llvm-mirror/llvm/archive/64267da8c68e9fa5d62eaa59b318755b20a213f9.tar.gz",
"https://github.com/llvm-mirror/llvm/archive/8964612be0720857ec1d2f057bdecc01c7da5441.tar.gz", "https://github.com/llvm-mirror/llvm/archive/64267da8c68e9fa5d62eaa59b318755b20a213f9.tar.gz",
], ],
) )