Skip to content

Commit

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

PiperOrigin-RevId: 648369763
  • Loading branch information
HEIR Team authored and asraa committed Jul 1, 2024
1 parent f6cdf89 commit 3f4b774
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 = "4713bd4ccc0c0d568f92916e7851d993291742c0"
LLVM_COMMIT = "8598bcb9934dca16ea16d87304e00defc85d986c"

new_git_repository(
name = name,
Expand Down

0 comments on commit 3f4b774

Please sign in to comment.