Skip to content

Commit

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

PiperOrigin-RevId: 643659260
  • Loading branch information
alinas authored and Copybara-Service committed Jun 15, 2024
1 parent f9055e2 commit 0af1f9c
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 = "da249cad8d398939e0c608d38d0c038954941316"
LLVM_COMMIT = "e83adfe59632d2e2f8ff26db33087ba7fb754485"

new_git_repository(
name = name,
Expand Down

0 comments on commit 0af1f9c

Please sign in to comment.