aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Benjamin Kramer <kramerb@google.com>2018-05-17 08:00:54 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-05-17 08:03:32 -0700
commitec0659b06a07f010123039baa16d120bd0752dda (patch)
tree8a2e33e23f21673325d9a1b4e37e4e13055cb5d4
parent3f34171073e566d2fb27888f67d75161f3e964f8 (diff)
[TF:XLA] Bump open source llvm revision to r332584
PiperOrigin-RevId: 196992500
-rw-r--r--tensorflow/workspace.bzl10
1 files changed, 5 insertions, 5 deletions
diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl
index f667b7c3f6..e82dc78200 100644
--- a/tensorflow/workspace.bzl
+++ b/tensorflow/workspace.bzl
@@ -317,7 +317,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""):
strip_prefix = "backports.weakref-1.0rc1/src",
build_file = clean_dep("//third_party:backports_weakref.BUILD"),
)
-
+
filegroup_external(
name = "org_python_license",
licenses = ["notice"], # Python 2.0
@@ -453,11 +453,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/e17809bf50a4cdf3cec3b9dc5c9f79d9a45fc32f.tar.gz",
- "https://github.com/llvm-mirror/llvm/archive/e17809bf50a4cdf3cec3b9dc5c9f79d9a45fc32f.tar.gz",
+ "https://mirror.bazel.build/github.com/llvm-mirror/llvm/archive/1963cc1ac1e27b0cb8fc63f6d1d408e74f49cdc0.tar.gz",
+ "https://github.com/llvm-mirror/llvm/archive/1963cc1ac1e27b0cb8fc63f6d1d408e74f49cdc0.tar.gz",
],
- sha256 = "1b75cb65517e41aaa70a95af55e45d08f37d0d44a192669b10d7b14b976dcc2a",
- strip_prefix = "llvm-e17809bf50a4cdf3cec3b9dc5c9f79d9a45fc32f",
+ sha256 = "bcd3b9f5f61d530e68c55e71ef7771fc008e4b5672730853af7fea75eda8e488",
+ strip_prefix = "llvm-1963cc1ac1e27b0cb8fc63f6d1d408e74f49cdc0",
build_file = clean_dep("//third_party/llvm:llvm.BUILD"),
)