We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83a11f4 commit 52c1e5aCopy full SHA for 52c1e5a
pycheribuild/projects/cross/cheribsd.py
@@ -1044,6 +1044,7 @@ def _setup_cross_toolchain_config(self) -> None:
1044
XSTRINGS=cross_bindir / "llvm-strings",
1045
XOBJCOPY=cross_bindir / "llvm-objcopy",
1046
XRANLIB=cross_bindir / "llvm-ranlib",
1047
+ XLLVM_LINK=cross_bindir / "llvm-link",
1048
)
1049
if xccinfo.is_clang and xccinfo.version < (10, 0):
1050
# llvm-ranlib didn't support -D flag (see https://bugs.llvm.org/show_bug.cgi?id=41707)
0 commit comments