Skip to content

Commit 04ea309

Browse files
metaflowTensorFlow MLIR Team
authored andcommitted
Updates LLVM usage to match [59890c13343a](llvm/llvm-project@59890c13343a) PiperOrigin-RevId: 707953794
1 parent 93976a6 commit 04ea309

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 = "e86910337f98e57f5b9253f7d80d5b916eb1d97e"
32+
LLVM_COMMIT = "59890c13343af9e308281b3c76bac425087f4f8a"
3333

34-
LLVM_SHA256 = "4ca0eff0ca86ed6f2fdb7682354fdf4c85151d90ac9fb6e55a868e4191359e9f"
34+
LLVM_SHA256 = "bd80d5cbc94225c4ac944bc22df7772d2eb6b1df3e123d992b331a1b097847d4"
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-
e86910337f98e57f5b9253f7d80d5b916eb1d97e
1+
59890c13343af9e308281b3c76bac425087f4f8a
22

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e86910337f98e57f5b9253f7d80d5b916eb1d97e
1+
59890c13343af9e308281b3c76bac425087f4f8a

0 commit comments

Comments
 (0)