Skip to content

Commit

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

PiperOrigin-RevId: 645490268
  • Loading branch information
HEIR Team authored and Copybara-Service committed Jun 21, 2024
1 parent da08b01 commit 69db0c9
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 = "e5b0c210cc4cdaae7075ad2d4aa1efe4eb4cb0c5"
LLVM_COMMIT = "c07be08df5731dac0b36e029a0dd03ccb099deea"

new_git_repository(
name = name,
Expand Down

0 comments on commit 69db0c9

Please sign in to comment.