Integrate LLVM at llvm/llvm-project@bb43a0cd4a
Updates LLVM usage to match [bb43a0cd4adc](https://github.com/llvm/llvm-project/commit/bb43a0cd4adc) PiperOrigin-RevId: 340963390 Change-Id: Ib8d2d201c78b91604b3d6d09ca385f45d26e500b
This commit is contained in:
parent
8bcb6e24f9
commit
f8b8815acd
@ -686,8 +686,8 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
|
||||
)
|
||||
|
||||
# Check out LLVM and MLIR from llvm-project.
|
||||
LLVM_COMMIT = "2eadbc86142bab5b46dfeb55d8bd6724234278bb"
|
||||
LLVM_SHA256 = "4d63134ebda44fa29a7911ff2b869b0b1f0288105bd663adbc7668f4968a01d4"
|
||||
LLVM_COMMIT = "bb43a0cd4adc4f1fa12e0d2fd1fe9aa6b5c00e34"
|
||||
LLVM_SHA256 = "0bf0c1cbffc0bae0b608dc4e2e16b486d78e031e8acccded5e1a5d1bcf9d9102"
|
||||
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