Skip to content

Commit 0ccc456

Browse files
alinascopybara-github
authored andcommitted
Updates LLVM usage to match [293623ce99d4](llvm/llvm-project@293623ce99d4) PiperOrigin-RevId: 894312027
1 parent bf77c87 commit 0ccc456

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 = "7ccd92e5e6e5c622b2b571d396fff9016241a8f1"
9+
LLVM_COMMIT = "293623ce99d4d6819378311c1506c5ab08d1d860"
1010

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

0 commit comments

Comments
 (0)