From: Sanjoy Das Date: Thu, 3 May 2018 19:59:33 +0000 (-0700) Subject: [TF:XLA] Bump open source llvm revision to r331442 X-Git-Tag: upstream/v1.9.0_rc1~165^2^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=775d1c03c1772c0c2e10e5884af8d9363cfdf314;p=platform%2Fupstream%2Ftensorflow.git [TF:XLA] Bump open source llvm revision to r331442 PiperOrigin-RevId: 195297133 --- diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl index 94cac4f..8b6ad0a 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/a5108a08ceab35886a7df07c86f96aedd3d94bb7.tar.gz", - "https://github.com/llvm-mirror/llvm/archive/a5108a08ceab35886a7df07c86f96aedd3d94bb7.tar.gz", + "https://mirror.bazel.build/github.com/llvm-mirror/llvm/archive/b3f6a6a61625296bb532a65c0bf51b91b05b3361.tar.gz", + "https://github.com/llvm-mirror/llvm/archive/b3f6a6a61625296bb532a65c0bf51b91b05b3361.tar.gz", ], - sha256 = "79cae03ebbdfd812bb69c460e1325ca069b5c576f7c7071f8216cf2b0975e36f", - strip_prefix = "llvm-a5108a08ceab35886a7df07c86f96aedd3d94bb7", + sha256 = "93895b289a78a47a1e75652e12a1b9a6c119f086a509b00e0084cf2bb944b709", + strip_prefix = "llvm-b3f6a6a61625296bb532a65c0bf51b91b05b3361", build_file = clean_dep("//third_party/llvm:llvm.BUILD"), )