Integrate LLVM at llvm/llvm-project@2ac4d0f45a
Updates LLVM usage to match [2ac4d0f45a2a](https://github.com/llvm/llvm-project/commit/2ac4d0f45a2a) PiperOrigin-RevId: 346203743 Change-Id: I184b5ea4290dadef6d3f8d883d8921d001d1807d
This commit is contained in:
parent
d3ed1da7b9
commit
25ae2b0be2
@ -685,8 +685,8 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
|
||||
)
|
||||
|
||||
# Check out LLVM and MLIR from llvm-project.
|
||||
LLVM_COMMIT = "ecaff13fc0bc1105ad910a72a5d0dcd164b35191"
|
||||
LLVM_SHA256 = "d0178d6f6a23ce60752d11ee8b1d64784d8ce9625f03d76943b0e40a0043211a"
|
||||
LLVM_COMMIT = "2ac4d0f45a2a301163ca53f3e23e675f4f5bdbd3"
|
||||
LLVM_SHA256 = "c486d952c5e48c7efd3e0bdb3ffc67766fb3d7b3655daaa1b83bb87ad9611eb4"
|
||||
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),
|
||||
|
Loading…
Reference in New Issue
Block a user