Skip to content

Commit 83a11f4

Browse files
authored
llvm: Include llvm-link in minimal (CI) toolchains
This is wanted by kernel-c18n.
1 parent 5fb4646 commit 83a11f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pycheribuild/projects/cross/llvm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ def setup_config_options(cls, **kwargs):
174174
"lld",
175175
"llvm-ar",
176176
"llvm-cxxfilt",
177+
"llvm-link",
177178
"llvm-mc",
178179
"llvm-nm",
179180
"llvm-objcopy",

0 commit comments

Comments
 (0)