Skip to content

Commit

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

PiperOrigin-RevId: 589816995
  • Loading branch information
d0k authored and copybara-github committed Dec 11, 2023
1 parent 5cdfcea commit 075f344
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 = "dd32d26a37e22a3bce15ed8c21145b17ff5e1401"
LLVM_COMMIT = "2a988a38a0c9aee0855c1ef2a50cecba258a6bc7"

new_git_repository(
name = name,
Expand Down

0 comments on commit 075f344

Please sign in to comment.