Skip to content

Commit 71eb591

Browse files
tensorflower-gardenerTensorFlow MLIR Team
authored andcommitted
Updates LLVM usage to match [b5d02786be31](llvm/llvm-project@b5d02786be31) PiperOrigin-RevId: 708097244
1 parent 04ea309 commit 71eb591

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ http_archive(
2929
],
3030
)
3131

32-
LLVM_COMMIT = "59890c13343af9e308281b3c76bac425087f4f8a"
32+
LLVM_COMMIT = "b5d02786be31f45ca5919b3b73e99d8958330f78"
3333

34-
LLVM_SHA256 = "bd80d5cbc94225c4ac944bc22df7772d2eb6b1df3e123d992b331a1b097847d4"
34+
LLVM_SHA256 = "65bb0a7026399b53e69928872320dfc81102fc3bbb4941910b38f4643fd9a130"
3535

3636
http_archive(
3737
name = "llvm-raw",

build_tools/llvm_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
59890c13343af9e308281b3c76bac425087f4f8a
1+
b5d02786be31f45ca5919b3b73e99d8958330f78
22

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
59890c13343af9e308281b3c76bac425087f4f8a
1+
b5d02786be31f45ca5919b3b73e99d8958330f78

0 commit comments

Comments
 (0)