Skip to content

Commit 238a787

Browse files
d0kTensorFlow MLIR Team
authored and
TensorFlow MLIR Team
committed
Updates LLVM usage to match [de7a50fb88fa](llvm/llvm-project@de7a50fb88fa) PiperOrigin-RevId: 618179147
1 parent ce0360e commit 238a787

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
@@ -26,9 +26,9 @@ http_archive(
2626
],
2727
)
2828

29-
LLVM_COMMIT = "9fb85b09946122aa5793b647d7939ac17817c5f5"
29+
LLVM_COMMIT = "de7a50fb88faa1dafee33f10149561936214062b"
3030

31-
LLVM_SHA256 = "76bf16dcf9fe05e412c594a2d8216f7cefe46cd1111fd08f7b842dbfa282df99"
31+
LLVM_SHA256 = "3653a70e4cd0e1e230bdbab165af2e4c702717e68e8745d32bff142cdbfad9dc"
3232

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

build_tools/llvm_version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
9fb85b09946122aa5793b647d7939ac17817c5f5
1+
de7a50fb88faa1dafee33f10149561936214062b
22

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9fb85b09946122aa5793b647d7939ac17817c5f5
1+
de7a50fb88faa1dafee33f10149561936214062b

0 commit comments

Comments
 (0)