From 506336dd8b12a06e2237084068cdae31a0486738 Mon Sep 17 00:00:00 2001 From: Sanjoy Das Date: Mon, 30 Sep 2019 13:37:45 -0700 Subject: [PATCH] [TF:XLA] Bump open source llvm revision to r373237 PiperOrigin-RevId: 272054777 --- tensorflow/workspace.bzl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl index 12412d058db..9c152725185 100755 --- a/tensorflow/workspace.bzl +++ b/tensorflow/workspace.bzl @@ -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", ], )