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

PiperOrigin-RevId: 346834025
Change-Id: I7d67e898e25c8d17d73a7f8f019b5762db4c414f
This commit is contained in:
A. Unique TensorFlower 2020-12-10 11:57:30 -08:00 committed by TensorFlower Gardener
parent bf548a529f
commit 2bec62824f

View File

@ -685,8 +685,8 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
)
# Check out LLVM and MLIR from llvm-project.
LLVM_COMMIT = "6883042528d0338b776bb2316e58999650e94892"
LLVM_SHA256 = "40b65ff632a849d286d7eedf04ca43cbf0912728dc65bb036ad4a9b00eed6943"
LLVM_COMMIT = "997a719d5a70100fcbbec1e51ce44cd66041bddc"
LLVM_SHA256 = "c75bdb3d9b41b0226e5f2dc41bbe9d1c4d5c538d0b6dc48803a285adf7d437dd"
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),