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

PiperOrigin-RevId: 355360042
Change-Id: I125487cd5b8fda2af7c10eb499d0a4c9178a11c7
This commit is contained in:
Adrian Kuegel 2021-02-03 03:19:19 -08:00 committed by TensorFlower Gardener
parent 0ee7258c0d
commit 0e30543810

View File

@ -685,8 +685,8 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
)
# Check out LLVM and MLIR from llvm-project.
LLVM_COMMIT = "2668714747c5a35fcdce45fb2d09d73fa4a46134"
LLVM_SHA256 = "89f6d37a6c831d255e601f58e3aec1e2a602a6156bea9d067c32055c5155d3a2"
LLVM_COMMIT = "fae6d129dac27fa8c98c1680ac79af7b453ec7af"
LLVM_SHA256 = "1f8aa19f9dadfa1c094f3a0b5e81c6d5c5b41e5878e359a3a3a7696214bf50e4"
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),