Updates LLVM usage to match
[5623da56d07b](https://github.com/llvm/llvm-project/commit/5623da56d07b)

PiperOrigin-RevId: 322597831
Change-Id: I1fee3b4b4fb0f1105c216a09e4f9480f5e5b8d0d
This commit is contained in:
A. Unique TensorFlower 2020-07-22 10:05:17 -07:00 committed by TensorFlower Gardener
parent 89f8d5562e
commit 19589460b9

View File

@ -711,8 +711,8 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
)
# Check out LLVM and MLIR from llvm-project.
LLVM_COMMIT = "82dbb1b2b4f1e70ca453cca60a4ba5b856058fc0"
LLVM_SHA256 = "d010981ef3a2531f106b213eb7c27e227b8b49bb87db63346210ec919ebbe392"
LLVM_COMMIT = "5623da56d07b2fa434825af0f3e8494afacf3c52"
LLVM_SHA256 = "dce02df09be24922304218e55fb5d4688ec835dcf7a9f9050d61cd70c0ed8706"
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),