Skip to content

Commit

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

PiperOrigin-RevId: 681384530
  • Loading branch information
HEIR Team authored and copybara-github committed Oct 2, 2024
1 parent 4ea84ba commit d58ccf8
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 = "ac2a2816e3fe934998e5f950c9426fca0796929d"
LLVM_COMMIT = "bf25ecb6caff22ac7f3e44a396fb2e5aa830db49"

new_git_repository(
name = name,
Expand Down

0 comments on commit d58ccf8

Please sign in to comment.