Skip to content

Commit

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

PiperOrigin-RevId: 642581785
  • Loading branch information
HEIR Team authored and copybara-github committed Jun 12, 2024
1 parent 0802b46 commit 5335ca8
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 = "8c5d9c79b96ed8297b381e00d3a706a432cd6c9d"
LLVM_COMMIT = "c012e487b7246239c31bd378ab074fb110631186"

new_git_repository(
name = name,
Expand Down

0 comments on commit 5335ca8

Please sign in to comment.