Skip to content

Commit 0296bae

Browse files
HEIR Teamcopybara-github
authored andcommitted
Updates LLVM usage to match [ab547095ead5](llvm/llvm-project@ab547095ead5) PiperOrigin-RevId: 971533461
1 parent ae757ed commit 0296bae

3 files changed

Lines changed: 1477 additions & 18 deletions

File tree

bazel/extensions.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "new_git_repository")
44

55
def _llvm_deps_impl(_):
66
"""Implementation of the llvm_deps module extension."""
7-
LLVM_COMMIT = "fdb39b1112a6db0343de169b79820768bd16c7d9"
7+
LLVM_COMMIT = "ab547095ead5464dc024d66264d9b8a987f429f3"
88

99
# Download LLVM/MLIR using a git repository
1010
new_git_repository(

0 commit comments

Comments
 (0)