Skip to content

Commit f32ade0

Browse files
tensorflower-gardenerTensorFlow MLIR Team
authored andcommitted
Updates LLVM usage to match [af20aff35ec3](llvm/llvm-project@af20aff35ec3) PiperOrigin-RevId: 706616434
1 parent 5f75d03 commit f32ade0

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 = "a21f9bfe29c2b9f1967952d12a5b7cb8f8b75202"
32+
LLVM_COMMIT = "af20aff35ec37ead88903bc3e44f6a81c5c9ca4e"
3333

34-
LLVM_SHA256 = "7039c2826841e473fe6431e36a2d8ba3746f200da53c481384f7f5d970e5bca1"
34+
LLVM_SHA256 = "6e31682011d8c483c6a41adf5389eb09ad7db84331ca985d33a5d59efd0388f6"
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-
a21f9bfe29c2b9f1967952d12a5b7cb8f8b75202
1+
af20aff35ec37ead88903bc3e44f6a81c5c9ca4e
22

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a21f9bfe29c2b9f1967952d12a5b7cb8f8b75202
1+
af20aff35ec37ead88903bc3e44f6a81c5c9ca4e

0 commit comments

Comments
 (0)