aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/workspace.bzl
diff options
context:
space:
mode:
authorGravatar Sanjoy Das <sanjoy@google.com>2018-09-14 12:11:33 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-14 12:16:11 -0700
commitba30af2c475ebd62ad7d75f056dba4f9d09030a8 (patch)
treece9893c676e2f70535de1d92a181afb30786670a /tensorflow/workspace.bzl
parent39f50af5634b8a4d2132b57bad2152308a0fd41c (diff)
[TF:XLA] Bump open source llvm revision to r342210
PiperOrigin-RevId: 213022233
Diffstat (limited to 'tensorflow/workspace.bzl')
-rwxr-xr-xtensorflow/workspace.bzl8
1 files changed, 4 insertions, 4 deletions
diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl
index 25698da1c9..4ca083c8a3 100755
--- a/tensorflow/workspace.bzl
+++ b/tensorflow/workspace.bzl
@@ -491,11 +491,11 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
tf_http_archive(
name = "llvm",
urls = [
- "https://mirror.bazel.build/github.com/llvm-mirror/llvm/archive/738b5f5028ef39cbb023967f80fa2e5dd568556b.tar.gz",
- "https://github.com/llvm-mirror/llvm/archive/738b5f5028ef39cbb023967f80fa2e5dd568556b.tar.gz",
+ "https://mirror.bazel.build/github.com/llvm-mirror/llvm/archive/ad72545325c087661feb3512efa54ebe5f888736.tar.gz",
+ "https://github.com/llvm-mirror/llvm/archive/ad72545325c087661feb3512efa54ebe5f888736.tar.gz",
],
- sha256 = "2bda8dd724ab432c162fb6eace259ccf8a97f13cb627336611bff68da2f33ec2",
- strip_prefix = "llvm-738b5f5028ef39cbb023967f80fa2e5dd568556b",
+ sha256 = "66ed69443af00fbf9b912edbb6bc0fa796a12766b5e9ad504eb6b20f813dc163",
+ strip_prefix = "llvm-ad72545325c087661feb3512efa54ebe5f888736",
build_file = clean_dep("//third_party/llvm:llvm.autogenerated.BUILD"),
)