Skip to content

Commit

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

PiperOrigin-RevId: 580258202
  • Loading branch information
durin42 authored and copybara-github committed Nov 7, 2023
1 parent 53124b6 commit 0453d07
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 = "c39995a116a74ebafc63648e8f047d13012c4f87"
LLVM_COMMIT = "f9404a1b57a5e6050138ceeea327cfd2a4c84f06"

new_git_repository(
name = name,
Expand Down

0 comments on commit 0453d07

Please sign in to comment.