Skip to content

Commit

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

PiperOrigin-RevId: 576554797
  • Loading branch information
d0k authored and copybara-github committed Oct 25, 2023
1 parent 8ca2027 commit 64001fc
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 = "c4e9a4377398a22e38cafe72f2793681b55c5bb1"
LLVM_COMMIT = "28a8f1b901389c1e478407440f7ccf2d41c71b64"

new_git_repository(
name = name,
Expand Down

0 comments on commit 64001fc

Please sign in to comment.