From: Sanjoy Das Date: Tue, 22 May 2018 23:36:22 +0000 (-0700) Subject: [TF:XLA] Bump open source llvm revision to r333002 X-Git-Tag: upstream/v1.9.0_rc1~38^2~4^2~189 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=09620a1fd3f28cc23f6627884927b6098717355e;p=platform%2Fupstream%2Ftensorflow.git [TF:XLA] Bump open source llvm revision to r333002 PiperOrigin-RevId: 197644290 --- 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"), )