Skip to content

Commit

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

PiperOrigin-RevId: 684436436
  • Loading branch information
HEIR Team authored and copybara-github committed Oct 10, 2024
1 parent af0de60 commit bd75f81
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 = "2918e779a9545a66c0031b03b3af5bf4d8517cec"
LLVM_COMMIT = "527cd117b2cb189f59ba64882b2bc5d15e35eefb"

new_git_repository(
name = name,
Expand Down

0 comments on commit bd75f81

Please sign in to comment.