Skip to content

Commit

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

PiperOrigin-RevId: 551500429
  • Loading branch information
HEIR Team authored and copybara-github committed Jul 27, 2023
1 parent a18721f commit a266bb0
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 = "365d6eb1f7d86cf28dc7d4995c3949e9d8bead58"
LLVM_COMMIT = "4706251a3186c34da0ee8fd894f7e6b095da8fdc"

new_git_repository(
name = name,
Expand Down

0 comments on commit a266bb0

Please sign in to comment.