Skip to content

Commit

Permalink
Integrate LLVM at llvm/llvm-project@12bcea3292a1
Browse files Browse the repository at this point in the history
Updates LLVM usage to match
[12bcea3292a1](llvm/llvm-project@12bcea3292a1)

PiperOrigin-RevId: 687329052
  • Loading branch information
d0k authored and copybara-github committed Oct 18, 2024
1 parent 30a793d commit ec41b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/import_llvm.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ load(

def import_llvm(name):
"""Imports LLVM."""
LLVM_COMMIT = "9c80eb7c83c6471d4126ef46f85bf673787de521"
LLVM_COMMIT = "12bcea3292a1559ecad549b5d34c8abcf19f2626"

new_git_repository(
name = name,
Expand Down

0 comments on commit ec41b1f

Please sign in to comment.