Skip to content

Commit

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

PiperOrigin-RevId: 601325553
  • Loading branch information
durin42 authored and copybara-github committed Jan 25, 2024
1 parent 38ee5c1 commit 012cefc
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 = "c416b2efe89c11db593fe8041c366e0cb63d4eeb"
LLVM_COMMIT = "98509c7f9792c79b05a41b95c24607f6dd489c5a"

new_git_repository(
name = name,
Expand Down

0 comments on commit 012cefc

Please sign in to comment.