aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/workspace.bzl
diff options
context:
space:
mode:
authorGravatar Peter Hawkins <phawkins@google.com>2017-06-27 09:28:07 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-06-27 09:34:20 -0700
commitbeb291b3c0e95f1150c446e06f8f80675ab3b528 (patch)
tree91f8f2c5fa82fec96294c9172ba1e8ed44bfd05f /tensorflow/workspace.bzl
parent08a23d412b7d18a4d8ee41e24b03f4c616e32eb0 (diff)
[TF:XLA] Update Tensorflow LLVM release to upstream r306370.
Fix broken XLA build. PiperOrigin-RevId: 160284588
Diffstat (limited to 'tensorflow/workspace.bzl')
-rw-r--r--tensorflow/workspace.bzl8
1 files changed, 4 insertions, 4 deletions
diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl
index afe0979536..c8a3a81000 100644
--- a/tensorflow/workspace.bzl
+++ b/tensorflow/workspace.bzl
@@ -484,11 +484,11 @@ def tf_workspace(path_prefix="", tf_repo_name=""):
temp_workaround_http_archive(
name = "llvm",
urls = [
- "http://mirror.bazel.build/github.com/llvm-mirror/llvm/archive/a98fd55665d422389d69d94efe631fac93d11173.tar.gz",
- "https://github.com/llvm-mirror/llvm/archive/a98fd55665d422389d69d94efe631fac93d11173.tar.gz",
+ "http://mirror.bazel.build/github.com/llvm-mirror/llvm/archive/5d353d4750143a13e53abf721d521684ba6a5165.tar.gz",
+ "https://github.com/llvm-mirror/llvm/archive/5d353d4750143a13e53abf721d521684ba6a5165.tar.gz",
],
- sha256 = "a82f5fb3e53294ab3a991d580bed43d3d7eed2f3967a3b6e0905a6f28f25d82a",
- strip_prefix = "llvm-a98fd55665d422389d69d94efe631fac93d11173",
+ sha256 = "148e96f1cfb0b880e0831a287f44d48251eabc20e24589e6fa4db5916c0c8153",
+ strip_prefix = "llvm-5d353d4750143a13e53abf721d521684ba6a5165",
build_file = str(Label("//third_party/llvm:llvm.BUILD")),
repository = tf_repo_name,
)