Skip to content

Commit 44367e6

Browse files
alinasTensorFlow MLIR Team
authored and
TensorFlow MLIR Team
committed
Updates LLVM usage to match [0f6ed4c394fd](llvm/llvm-project@0f6ed4c394fd) PiperOrigin-RevId: 620947888
1 parent d555028 commit 44367e6

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 = "80aa52d8c5a8a1c26b4114c60c2159c743d236d8"
30+
LLVM_COMMIT = "0f6ed4c394fd8f843029f6919230bf8df8618529"
3131

32-
LLVM_SHA256 = "b9079d7e8d72d7bb2453d908be1bd2bc4e5d62fd358ea9b7108f1c7d3b3c8585"
32+
LLVM_SHA256 = "d74c9ce4f5c826f0d60bc380ad2bb23b7d48bde9b3addcf1fa6bce67c1e92d28"
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-
80aa52d8c5a8a1c26b4114c60c2159c743d236d8
1+
0f6ed4c394fd8f843029f6919230bf8df8618529
22

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
80aa52d8c5a8a1c26b4114c60c2159c743d236d8
1+
0f6ed4c394fd8f843029f6919230bf8df8618529

0 commit comments

Comments
 (0)