Skip to content

Commit

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

PiperOrigin-RevId: 614102212
  • Loading branch information
HEIR Team authored and Copybara-Service committed Mar 9, 2024
1 parent 322754e commit 7f154b1
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 = "3a56b5a27d711aaa141c354706638bd94f7460a3"
LLVM_COMMIT = "9baa4140f2b633a8d075f859690139ef2d79b78b"

new_git_repository(
name = name,
Expand Down

0 comments on commit 7f154b1

Please sign in to comment.