Skip to content

Commit a8488a1

Browse files
HEIR Teamcopybara-github
authored andcommitted
Updates LLVM usage to match [0220c07a9401](llvm/llvm-project@0220c07a9401) PiperOrigin-RevId: 953598123
1 parent 2087245 commit a8488a1

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
@@ -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 = "2697ad154734e49f15f787c180fde969433f2968"
7+
LLVM_COMMIT = "0220c07a94012b9dce9250addac6a8ee1f674b21"
88

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

0 commit comments

Comments
 (0)