Skip to content

Commit

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

PiperOrigin-RevId: 551687307
  • Loading branch information
HEIR Team authored and copybara-github committed Jul 28, 2023
1 parent a266bb0 commit 5940bee
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 = "4706251a3186c34da0ee8fd894f7e6b095da8fdc"
LLVM_COMMIT = "2854852f4f0f1fbb8fa7adb031f921898c8201d6"

new_git_repository(
name = name,
Expand Down

0 comments on commit 5940bee

Please sign in to comment.