Bump open source llvm revision to 8c8aae852b5e60929156054808af941fc0745d46

PiperOrigin-RevId: 308640950
Change-Id: Ic29c1558a297345b5425f0db52b0ce524a24c993
This commit is contained in:
Benjamin Kramer 2020-04-27 09:55:08 -07:00 committed by TensorFlower Gardener
parent ccc72bfe6e
commit c1ceeb28c3
1 changed files with 2 additions and 2 deletions

View File

@ -658,8 +658,8 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
)
# Check out LLVM and MLIR from llvm-project.
LLVM_COMMIT = "79702dd349f31c0c67bf35f36435fdc843fcd052"
LLVM_SHA256 = "7c14719fa6622e4eec656015c6502c47ddae78f15da76558ce5d3ffa34cb39c5"
LLVM_COMMIT = "8c8aae852b5e60929156054808af941fc0745d46"
LLVM_SHA256 = "7c16e2624d5c1659f0a0929a50ac7425821517214e15f651bafb0d839dc70abe"
LLVM_URLS = [
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/llvm/llvm-project/archive/{commit}.tar.gz".format(commit = LLVM_COMMIT),
"https://github.com/llvm/llvm-project/archive/{commit}.tar.gz".format(commit = LLVM_COMMIT),