Bump open source llvm revision to 9b72b47ed63351ee5ceff4c44ccd9a71dc7dad27

PiperOrigin-RevId: 316668225
Change-Id: Ie49a7f46a51674c854e300629f4563c5be5e6448
This commit is contained in:
Benjamin Kramer 2020-06-16 06:27:29 -07:00 committed by TensorFlower Gardener
parent b8b6bc58a1
commit d9532e6526

View File

@ -710,8 +710,8 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
)
# Check out LLVM and MLIR from llvm-project.
LLVM_COMMIT = "1a7f115dce22b2c09fdd4f7f79d24da5de6eaef8"
LLVM_SHA256 = "3ace55744a86211c9c837915b88c18e1ed3e5cd839aaeade6aa88b02bc86e47e"
LLVM_COMMIT = "9b72b47ed63351ee5ceff4c44ccd9a71dc7dad27"
LLVM_SHA256 = "03ce1e00901936e7259c6ee465773b7f231ca1724925460b71909868f5a61e11"
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),