Skip to content

Commit 9d2924a

Browse files
tensorflower-gardenerTensorFlow MLIR Team
authored andcommitted
Updates LLVM usage to match [5e53a8dadb00](llvm/llvm-project@5e53a8dadb00) PiperOrigin-RevId: 705873858
1 parent 0ae8378 commit 9d2924a

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 = "0876c11ceeb093904decc4d89bef213d483a5656"
32+
LLVM_COMMIT = "5e53a8dadb0019ee87936c1278fa222781257005"
3333

34-
LLVM_SHA256 = "8379577a71645bbba89dea08beba32b3e56b833da7340ba5be7efa3986c8f8ed"
34+
LLVM_SHA256 = "eb8e26186a8f7e15e59d37729353525d2367272c9f053d2ef1a2c1e292b8b688"
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-
0876c11ceeb093904decc4d89bef213d483a5656
1+
5e53a8dadb0019ee87936c1278fa222781257005
22

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0876c11ceeb093904decc4d89bef213d483a5656
1+
5e53a8dadb0019ee87936c1278fa222781257005

0 commit comments

Comments
 (0)