Skip to content

Commit

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

PiperOrigin-RevId: 619157908
  • Loading branch information
gribozavr authored and Copybara-Service committed Mar 26, 2024
1 parent a6d0638 commit 9f0b558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/import_llvm.bzl
Expand Up @@ -7,7 +7,7 @@ load(

def import_llvm(name):
"""Imports LLVM."""
LLVM_COMMIT = "7ac7d418ac2b16fd44789dcf48e2b5d73de3e715"
LLVM_COMMIT = "fa3d789df15bd1f58fb8ba4ea3be909218cf7f03"

new_git_repository(
name = name,
Expand Down

0 comments on commit 9f0b558

Please sign in to comment.