From: Sanjoy Das Date: Mon, 30 Apr 2018 19:33:21 +0000 (-0700) Subject: [TF:XLA] Bump open source llvm revision to r331173 X-Git-Tag: upstream/v1.9.0_rc1~179^2^2~72 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9d79acc6aae306e0444c193e945f0c87fe5bb509;p=platform%2Fupstream%2Ftensorflow.git [TF:XLA] Bump open source llvm revision to r331173 PiperOrigin-RevId: 194827639 --- diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl index 5f57485..152da54 100644 --- a/tensorflow/workspace.bzl +++ b/tensorflow/workspace.bzl @@ -452,11 +452,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/3b2f0b2c7e66d226a9342be5163da4240e2951a8.tar.gz", - "https://github.com/llvm-mirror/llvm/archive/3b2f0b2c7e66d226a9342be5163da4240e2951a8.tar.gz", + "https://mirror.bazel.build/github.com/llvm-mirror/llvm/archive/068c967842b83d22007eee4515b57e8d9aaccb82.tar.gz", + "https://github.com/llvm-mirror/llvm/archive/068c967842b83d22007eee4515b57e8d9aaccb82.tar.gz", ], - sha256 = "49bb3cbb7c8e9af091c5a743fa7ae749656994408438f38c9b6ac6a052fdce56", - strip_prefix = "llvm-3b2f0b2c7e66d226a9342be5163da4240e2951a8", + sha256 = "4950432fb5cc68e5bf1f87a30b17dfdc69a5b93dac1e89d5274242d3ce7dae7c", + strip_prefix = "llvm-068c967842b83d22007eee4515b57e8d9aaccb82", build_file = clean_dep("//third_party/llvm:llvm.BUILD"), )