From 09620a1fd3f28cc23f6627884927b6098717355e Mon Sep 17 00:00:00 2001 From: Sanjoy Das Date: Tue, 22 May 2018 16:36:22 -0700 Subject: [PATCH] [TF:XLA] Bump open source llvm revision to r333002 PiperOrigin-RevId: 197644290 --- tensorflow/workspace.bzl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl index f05fac9..758e87b 100644 --- a/tensorflow/workspace.bzl +++ b/tensorflow/workspace.bzl @@ -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/710be84a0052819c99b54fb403985e94903a53c5.tar.gz", - "https://github.com/llvm-mirror/llvm/archive/710be84a0052819c99b54fb403985e94903a53c5.tar.gz", + "https://mirror.bazel.build/github.com/llvm-mirror/llvm/archive/638915a37f90f26599941977846408864f70ab35.tar.gz", + "https://github.com/llvm-mirror/llvm/archive/638915a37f90f26599941977846408864f70ab35.tar.gz", ], - sha256 = "eecbe2ca5c8161976bb8b088e7fbcdd6eca64c8008a07023def16ecb5f670529", - strip_prefix = "llvm-710be84a0052819c99b54fb403985e94903a53c5", + sha256 = "aae3cacefa318cef030b4ca1e81ee9906752bbd89013cf9d47e156b5ad04b3a5", + strip_prefix = "llvm-638915a37f90f26599941977846408864f70ab35", build_file = clean_dep("//third_party/llvm:llvm.BUILD"), ) -- 2.7.4