Skip to content

Commit d555028

Browse files
gribozavrTensorFlow MLIR Team
authored and
TensorFlow MLIR Team
committed
Updates LLVM usage to match [80aa52d8c5a8](llvm/llvm-project@80aa52d8c5a8) PiperOrigin-RevId: 620285862
1 parent 3a684aa commit d555028

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

WORKSPACE

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ http_archive(
2727
],
2828
)
2929

30-
LLVM_COMMIT = "aa2c14de1adcd265bf0c0fb44f97b5d6c1c38710"
30+
LLVM_COMMIT = "80aa52d8c5a8a1c26b4114c60c2159c743d236d8"
3131

32-
LLVM_SHA256 = "50d2c7cd5355ec04a75991f2a4e2c89a3876b46fc1b71cd9fa3245f212d55da0"
32+
LLVM_SHA256 = "b9079d7e8d72d7bb2453d908be1bd2bc4e5d62fd358ea9b7108f1c7d3b3c8585"
3333

3434
http_archive(
3535
name = "llvm-raw",

build_tools/llvm_version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
aa2c14de1adcd265bf0c0fb44f97b5d6c1c38710
1+
80aa52d8c5a8a1c26b4114c60c2159c743d236d8
22

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
aa2c14de1adcd265bf0c0fb44f97b5d6c1c38710
1+
80aa52d8c5a8a1c26b4114c60c2159c743d236d8

0 commit comments

Comments
 (0)