Skip to content

Commit

Permalink
llvm: Include llvm-link in minimal (CI) toolchains
Browse files Browse the repository at this point in the history
This is wanted by kernel-c18n.
  • Loading branch information
jrtc27 authored Oct 22, 2024
1 parent 5fb4646 commit 83a11f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pycheribuild/projects/cross/llvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ def setup_config_options(cls, **kwargs):
"lld",
"llvm-ar",
"llvm-cxxfilt",
"llvm-link",
"llvm-mc",
"llvm-nm",
"llvm-objcopy",
Expand Down

0 comments on commit 83a11f4

Please sign in to comment.