Skip to content

Commit

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

PiperOrigin-RevId: 640995571
  • Loading branch information
HEIR Team authored and copybara-github committed Jun 6, 2024
1 parent 8a9b940 commit 9d9c71e
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 = "55d2fffdae5531759569e4ea8985c3de2e96bcc1"
LLVM_COMMIT = "79393124ff74aaaf6a43f7c88e67fd76a6e44239"

new_git_repository(
name = name,
Expand Down

0 comments on commit 9d9c71e

Please sign in to comment.