Skip to content

Commit

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

PiperOrigin-RevId: 634786916
  • Loading branch information
gribozavr authored and copybara-github committed May 17, 2024
1 parent 0f8cb63 commit 26870af
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 = "5a20a07fce88d54cf01cafde489bfc2fc447acc0"
LLVM_COMMIT = "a68d20e986053ec571223a9f3ead3e146a27dc82"

new_git_repository(
name = name,
Expand Down

0 comments on commit 26870af

Please sign in to comment.