aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/workspace.bzl
diff options
context:
space:
mode:
authorGravatar avijit-nervana <avijit.chakraborty@intel.com>2018-09-05 09:40:03 -0700
committerGravatar avijit-nervana <avijit.chakraborty@intel.com>2018-09-05 09:40:03 -0700
commitd972850a44ae624ad957b0dcc9d740e18f0cc10c (patch)
treebb80dd62961c20130c386d4cf62ca5cb9150240d /tensorflow/workspace.bzl
parenta65c6c17d0705fe11be6f33f63a677106bf26ffb (diff)
parent47860208eee575119b0dd1b6168dc24cf51caf64 (diff)
Merge branch 'master' into avijit/add-cpu-backend
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 997725d865..742f33f68e 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/67bd0d9a0f5597f57f272061fd70f24dffb3d223.tar.gz",
- "https://github.com/llvm-mirror/llvm/archive/67bd0d9a0f5597f57f272061fd70f24dffb3d223.tar.gz",
+ "https://mirror.bazel.build/github.com/llvm-mirror/llvm/archive/dc6d9ec3646865125d057b6f515b4543df79920a.tar.gz",
+ "https://github.com/llvm-mirror/llvm/archive/dc6d9ec3646865125d057b6f515b4543df79920a.tar.gz",
],
- sha256 = "b8f4ffbcaeea345e2245fd7028c7e960d71c2a2007c20bbfc5d79ecc86992a5e",
- strip_prefix = "llvm-67bd0d9a0f5597f57f272061fd70f24dffb3d223",
+ sha256 = "c7252290a113f694cccbb4b325c67b56f3aa6f5b3044524302c0e79db2da7e2a",
+ strip_prefix = "llvm-dc6d9ec3646865125d057b6f515b4543df79920a",
build_file = clean_dep("//third_party/llvm:llvm.autogenerated.BUILD"),
)