Skip to content

Commit

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

PiperOrigin-RevId: 692362999
  • Loading branch information
slackito authored and copybara-github committed Nov 2, 2024
1 parent d9da755 commit 7aa525a
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 = "95c2d798148f12565dd4c9ddc753d196e47f230f"
LLVM_COMMIT = "bef3b54ea10a564a2de72f658f2efd64f537c079"

new_git_repository(
name = name,
Expand Down

0 comments on commit 7aa525a

Please sign in to comment.