Skip to content

Commit 5525a19

Browse files
gribozavrTensorFlow MLIR Team
authored and
TensorFlow MLIR Team
committed
Updates LLVM usage to match [fa3d789df15b](llvm/llvm-project@fa3d789df15b) PiperOrigin-RevId: 619157908
1 parent a7c35d9 commit 5525a19

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 = "7ac7d418ac2b16fd44789dcf48e2b5d73de3e715"
29+
LLVM_COMMIT = "fa3d789df15bd1f58fb8ba4ea3be909218cf7f03"
3030

31-
LLVM_SHA256 = "8b99a146881fbb2a2d8e812724550b2c88fed4403dfb4e133ee8b7107a6a9348"
31+
LLVM_SHA256 = "770f98fe3019d205db5ef33e77c231c2ac790705116d92cad6b150692255219e"
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-
7ac7d418ac2b16fd44789dcf48e2b5d73de3e715
1+
fa3d789df15bd1f58fb8ba4ea3be909218cf7f03
22

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7ac7d418ac2b16fd44789dcf48e2b5d73de3e715
1+
fa3d789df15bd1f58fb8ba4ea3be909218cf7f03

0 commit comments

Comments
 (0)