Skip to content

Commit

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

PiperOrigin-RevId: 644581469
  • Loading branch information
HEIR Team authored and Copybara-Service committed Jun 19, 2024
1 parent 44a7ce9 commit 5e56df3
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 = "52d87de7a42d608ac1da33795ca0a892f2b53f36"
LLVM_COMMIT = "b99d0b34400176cb9183113b96b245400caaf8d8"

new_git_repository(
name = name,
Expand Down

0 comments on commit 5e56df3

Please sign in to comment.