Skip to content

Commit 4db5376

Browse files
tensorflower-gardenerTensorFlow MLIR Team
authored andcommitted
Updates LLVM usage to match [bc29fc937c6c](llvm/llvm-project@bc29fc937c6c) PiperOrigin-RevId: 705984049
1 parent 447b3cc commit 4db5376

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

34-
LLVM_SHA256 = "eb8e26186a8f7e15e59d37729353525d2367272c9f053d2ef1a2c1e292b8b688"
34+
LLVM_SHA256 = "c52784eddf958532cb617befe65df12a7a350b7eacf0532c3a61efc921b2142c"
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-
5e53a8dadb0019ee87936c1278fa222781257005
1+
bc29fc937c6cb4a210f80c93c79fc6ed97c801f8
22

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

0 commit comments

Comments
 (0)