Skip to content

Commit

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

PiperOrigin-RevId: 631440895
  • Loading branch information
d0k authored and copybara-github committed May 7, 2024
1 parent 06b58c5 commit cbcac96
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 = "6217abce86b55778cf39f7db7f591a16b9fd4d28"
LLVM_COMMIT = "1d87465a0a95cee9accc5dce7abdabbbc3f3c122"

new_git_repository(
name = name,
Expand Down

0 comments on commit cbcac96

Please sign in to comment.