From 2dabf5a24e20d8a7963a6422e8ac5d056cb6be9f Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Fri, 17 May 2019 05:47:22 -0700 Subject: [PATCH] Update LLVM to r360925. PiperOrigin-RevId: 248704638 --- tensorflow/workspace.bzl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl index e01c9832214..1ef1cb4525e 100755 --- a/tensorflow/workspace.bzl +++ b/tensorflow/workspace.bzl @@ -522,11 +522,11 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""): tf_http_archive( name = "llvm", build_file = clean_dep("//third_party/llvm:llvm.autogenerated.BUILD"), - sha256 = "8f40b47eab6405d31913b4b64fb8af2169b4342dd38471eaa0876f6907000a0f", - strip_prefix = "llvm-177463821b370aecf799e01a9049bbac006e9e53", + sha256 = "54c715a4aba9a337d5c44b04153f75fc196045b213ea8ee5e79b58465d700532", + strip_prefix = "llvm-558b52b517b8c989dc2d7fffb5c580fa45aece34", urls = [ - "https://mirror.bazel.build/github.com/llvm-mirror/llvm/archive/177463821b370aecf799e01a9049bbac006e9e53.tar.gz", - "https://github.com/llvm-mirror/llvm/archive/177463821b370aecf799e01a9049bbac006e9e53.tar.gz", + "https://mirror.bazel.build/github.com/llvm-mirror/llvm/archive/558b52b517b8c989dc2d7fffb5c580fa45aece34.tar.gz", + "https://github.com/llvm-mirror/llvm/archive/558b52b517b8c989dc2d7fffb5c580fa45aece34.tar.gz", ], )