Skip to content

Commit 8b3a75e

Browse files
tensorflower-gardenerTensorFlow MLIR Team
authored andcommitted
Updates LLVM usage to match [b109172d993e](llvm/llvm-project@b109172d993e) PiperOrigin-RevId: 377549160
1 parent 9c895af commit 8b3a75e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515

1616
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
1717

18-
LLVM_COMMIT = "23a116c8c446f82ec5e2d2337c3253d0dc9c75b5"
18+
LLVM_COMMIT = "b109172d993edacd9853a8bbb8128a94da014399"
1919

20-
LLVM_SHA256 = "a967ffa8052ade2ee5c3c6532843d5796e0e3831369b70ffd266f5fc33e24956"
20+
LLVM_SHA256 = "36ee6bf7d89b43034c1c58c57aa63d0703d1688807480969dfd1f4d7ccaa3787"
2121

2222
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)
2323

build_tools/llvm_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
23a116c8c446f82ec5e2d2337c3253d0dc9c75b5
1+
b109172d993edacd9853a8bbb8128a94da014399
22

0 commit comments

Comments
 (0)