aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/workspace.bzl
diff options
context:
space:
mode:
authorGravatar Sanjoy Das <sanjoy@google.com>2018-07-26 12:43:17 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-26 12:47:09 -0700
commit4fd159cbd0492c21de08197ba4426a2e433ff402 (patch)
tree36710bab9134f3ecb415153533c676dcf16e6ec9 /tensorflow/workspace.bzl
parent20154feed54b667d5d9819aaa0d75626a6c02228 (diff)
[TF:XLA] Bump open source llvm revision to r338012
PiperOrigin-RevId: 206204159
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 314169fc19..45b1abeb10 100644
--- a/tensorflow/workspace.bzl
+++ b/tensorflow/workspace.bzl
@@ -485,11 +485,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/a9364fc18506373b10922802983f76229cc1f371.tar.gz",
- "https://github.com/llvm-mirror/llvm/archive/a9364fc18506373b10922802983f76229cc1f371.tar.gz",
+ "https://mirror.bazel.build/github.com/llvm-mirror/llvm/archive/7b3bfc8151f3a6bcd9642c49c1f86f66cc43a428.tar.gz",
+ "https://github.com/llvm-mirror/llvm/archive/7b3bfc8151f3a6bcd9642c49c1f86f66cc43a428.tar.gz",
],
- sha256 = "5d727fedfbb805a44a671db8f3fbaa09dbe5177a5c1cc0635fd61c324e6409f2",
- strip_prefix = "llvm-a9364fc18506373b10922802983f76229cc1f371",
+ sha256 = "c6cbb21acd46e3e00faa8c379595ecffb99ef77622da17f29371db2bfad1d3d3",
+ strip_prefix = "llvm-7b3bfc8151f3a6bcd9642c49c1f86f66cc43a428",
build_file = clean_dep("//third_party/llvm:llvm.autogenerated.BUILD"),
)