Bump open source llvm revision to 92cb0ce8f814cd39ef4598fe074534cb787a9e78

PiperOrigin-RevId: 315297169
Change-Id: I6588ecf2717a2451906601143febf21073d7e570
This commit is contained in:
Jacques Pienaar 2020-06-08 10:04:00 -07:00 committed by TensorFlower Gardener
parent fcfdbcf14a
commit d2e0f75817

View File

@ -655,8 +655,8 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
) )
# Check out LLVM and MLIR from llvm-project. # Check out LLVM and MLIR from llvm-project.
LLVM_COMMIT = "c4b5a66e44f031eb89c9d6ea32b144f1169bdbae" LLVM_COMMIT = "92cb0ce8f814cd39ef4598fe074534cb787a9e78"
LLVM_SHA256 = "8463cbed08a66c7171c831e9549076cf3fd4f7e6fe690b9b799d6afef2465007" LLVM_SHA256 = "46bdd427a48c8a7f2a10b147b0b618fe02c871e4740340808a81de42db923846"
LLVM_URLS = [ LLVM_URLS = [
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/llvm/llvm-project/archive/{commit}.tar.gz".format(commit = LLVM_COMMIT), "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), "https://github.com/llvm/llvm-project/archive/{commit}.tar.gz".format(commit = LLVM_COMMIT),