Skip to content

Commit

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

PiperOrigin-RevId: 646103303
  • Loading branch information
d0k authored and copybara-github committed Jun 24, 2024
1 parent 85069e2 commit 9eccd81
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 = "e5a41f0afc152cc24b8fef3aa177ef53b2e77c43"
LLVM_COMMIT = "5cd0ba30f53d11835dbfd05ad4071d397387fb04"

new_git_repository(
name = name,
Expand Down

0 comments on commit 9eccd81

Please sign in to comment.