aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/workspace.bzl
diff options
context:
space:
mode:
authorGravatar Sanjoy Das <sanjoy@google.com>2018-07-25 11:55:37 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-25 12:04:41 -0700
commitea896e3457fecb5accc653425a5251d7aaea4642 (patch)
tree201a20044ebdcfabfc80b544d26c7788a712bfee /tensorflow/workspace.bzl
parent9a67bbb8830ed95c339289480cc2074fe28baf4e (diff)
[TF:XLA] Bump open source llvm revision to r337934
PiperOrigin-RevId: 206030804
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 062beb9348..314169fc19 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/35ffbe6bcf3b755f30633d834534a892b4c5fb29.tar.gz",
- "https://github.com/llvm-mirror/llvm/archive/35ffbe6bcf3b755f30633d834534a892b4c5fb29.tar.gz",
+ "https://mirror.bazel.build/github.com/llvm-mirror/llvm/archive/a9364fc18506373b10922802983f76229cc1f371.tar.gz",
+ "https://github.com/llvm-mirror/llvm/archive/a9364fc18506373b10922802983f76229cc1f371.tar.gz",
],
- sha256 = "42b3924b56339bb953b587f3e55788c8fefa51068756e6ac2ee4aed9c187bbb8",
- strip_prefix = "llvm-35ffbe6bcf3b755f30633d834534a892b4c5fb29",
+ sha256 = "5d727fedfbb805a44a671db8f3fbaa09dbe5177a5c1cc0635fd61c324e6409f2",
+ strip_prefix = "llvm-a9364fc18506373b10922802983f76229cc1f371",
build_file = clean_dep("//third_party/llvm:llvm.autogenerated.BUILD"),
)