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

PiperOrigin-RevId: 348482094
Change-Id: I6cd4d197a63a9f766bd6f14cb4ff2c9e52e719c8
This commit is contained in:
A. Unique TensorFlower 2020-12-21 09:48:39 -08:00 committed by TensorFlower Gardener
parent 208675a35a
commit c4a5953c9b

View File

@ -685,8 +685,8 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
)
# Check out LLVM and MLIR from llvm-project.
LLVM_COMMIT = "f4c8b80318005ca61bfed9b40ee9e6039194159b"
LLVM_SHA256 = "4d5a12f6fb6c839cee8c9a5ebd537f818427e856d1b70d53de2c4b02221fa59e"
LLVM_COMMIT = "511cfe9441955f20a8b93573fb9b62433b053550"
LLVM_SHA256 = "57626cf2eb850c717b712e43774cad308f19cd9161db9ed286844ba8f42abd70"
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),