Skip to content

Commit

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

PiperOrigin-RevId: 615075804
  • Loading branch information
HEIR Team authored and copybara-github committed Mar 12, 2024
1 parent a5fcef5 commit 84e47ad
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 = "a83f8e0314fcdda162e54cbba1c9dcf230dff093"
LLVM_COMMIT = "3358838446428976a41390fde98fe5b04b08a132"

new_git_repository(
name = name,
Expand Down

0 comments on commit 84e47ad

Please sign in to comment.