Skip to content

Commit 234ce44

Browse files
HEIR Teamcopybara-github
authored andcommitted
Updates LLVM usage to match [4d676e56f0ee](llvm/llvm-project@4d676e56f0ee) PiperOrigin-RevId: 908241869
1 parent 56d4cd3 commit 234ce44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bazel/extensions.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
66

77
def _llvm_deps_impl(_):
88
"""Implementation of the llvm_deps module extension."""
9-
LLVM_COMMIT = "7189c4bb83d90c383741a9480fceca9c7bf74b27"
9+
LLVM_COMMIT = "4d676e56f0ee819a20a021434a53060a43c33120"
1010

1111
# Download LLVM/MLIR using a git repository
1212
new_git_repository(

0 commit comments

Comments
 (0)