Skip to content

Commit

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

PiperOrigin-RevId: 720937292
  • Loading branch information
gribozavr authored and ShirChoiEX committed Jan 30, 2025
1 parent 06b8dfb commit 8b7570c
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 = "aa65f93b71dee8cacb22be1957673c8be6a3ec24"
LLVM_COMMIT = "a06c89387621b0a040e6203e7f1a2d8243f5be33"

new_git_repository(
name = name,
Expand Down

0 comments on commit 8b7570c

Please sign in to comment.