Skip to content

Commit

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

PiperOrigin-RevId: 620124069
  • Loading branch information
gribozavr authored and Copybara-Service committed Mar 29, 2024
1 parent e87c34a commit 33d8492
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 = "feebcd65fb7e0534f5219e05432a05e45aa8cd2a"
LLVM_COMMIT = "aa2c14de1adcd265bf0c0fb44f97b5d6c1c38710"

new_git_repository(
name = name,
Expand Down

0 comments on commit 33d8492

Please sign in to comment.