Skip to content

Commit

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

PiperOrigin-RevId: 634900249
  • Loading branch information
MaskRay authored and copybara-github committed May 17, 2024
1 parent 3aeee46 commit 63ac5a0
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 = "371eccd5dfed88c8e76449233d8388c12be3464b"
LLVM_COMMIT = "1e5f29af81a5f6fda308074f6345b9fba4faa71c"

new_git_repository(
name = name,
Expand Down

0 comments on commit 63ac5a0

Please sign in to comment.