CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2025/12/19 06:19:04
Modified files:
devel/llvm/20/patches:
patch-clang_tools_clang-shlib_CMakeLists_txt
patch-llvm_tools_llvm-shlib_CMakeLists_txt
devel/llvm/21/patches:
patch-clang_tools_clang-shlib_CMakeLists_txt
patch-llvm_tools_llvm-shlib_CMakeLists_txt
Log message:
Add the same ${OPENBSD_LD_IS_LLD} SUBST_VARS magic to LLVM 20 and 21
as is present in LLVM 19.
With this sparc64 is able to build LLVM 20 which is needed to build rust
which is a dependency for a quarter of the ports tree.
OK tb@