aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/workspace.bzl
diff options
context:
space:
mode:
authorGravatar Benjamin Kramer <kramerb@google.com>2018-09-21 01:37:52 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-21 01:41:45 -0700
commitde0e25fd221a341b1be48673e83c7437b34210f9 (patch)
treec7631361781f19b65c103536a1c30259979604e4 /tensorflow/workspace.bzl
parent04d86e99547f21947ca7a88f32fa2a0449ba4a5e (diff)
[TF:XLA] Bump open source llvm revision to r342644
PiperOrigin-RevId: 213952786
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 d2e6f8def5..d0531f8193 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/ad72545325c087661feb3512efa54ebe5f888736.tar.gz",
- "https://github.com/llvm-mirror/llvm/archive/ad72545325c087661feb3512efa54ebe5f888736.tar.gz",
+ "https://mirror.bazel.build/github.com/llvm-mirror/llvm/archive/db98902adc6431c9cc4ddec50fe174cfc9e626d6.tar.gz",
+ "https://github.com/llvm-mirror/llvm/archive/db98902adc6431c9cc4ddec50fe174cfc9e626d6.tar.gz",
],
- sha256 = "66ed69443af00fbf9b912edbb6bc0fa796a12766b5e9ad504eb6b20f813dc163",
- strip_prefix = "llvm-ad72545325c087661feb3512efa54ebe5f888736",
+ sha256 = "8c02d312b3d417cf9bc7e58ff53c2528bf77a5d839ce4a23b95bd04b9e5da023",
+ strip_prefix = "llvm-db98902adc6431c9cc4ddec50fe174cfc9e626d6",
build_file = clean_dep("//third_party/llvm:llvm.autogenerated.BUILD"),
)