Skip to content

Commit

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

PiperOrigin-RevId: 589785680
  • Loading branch information
d0k authored and copybara-github committed Dec 11, 2023
1 parent 466b41b commit 5cdfcea
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 = "3ec6c72551846b8f4143c8c101a1a6203e85a2aa"
LLVM_COMMIT = "dd32d26a37e22a3bce15ed8c21145b17ff5e1401"

new_git_repository(
name = name,
Expand Down

0 comments on commit 5cdfcea

Please sign in to comment.