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

PiperOrigin-RevId: 336090676
Change-Id: I06146eb98a776a3fc794d437012dd6ba12164f01
This commit is contained in:
A. Unique TensorFlower 2020-10-08 08:32:05 -07:00 committed by TensorFlower Gardener
parent 54151bec86
commit 471a3d4ce8

View File

@ -712,8 +712,8 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
)
# Check out LLVM and MLIR from llvm-project.
LLVM_COMMIT = "9908ee5670596db4fdc2bd7ea7c3071c0e02a784"
LLVM_SHA256 = "3ad41e5db126148c0d827dc26043dacb7f510d1a1aaa6d827176b5a8dadc9f11"
LLVM_COMMIT = "c10248829357fd90030ba091e01b6c253e5848f1"
LLVM_SHA256 = "95b3a609cc0db719ea19daed2689a770f97aea974a3d2cf70468d3b067e8b068"
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),