commit: 77bcd59436735891f616d142381c2cafd68cae6a Author: Michal Rostecki <vadorovsky <AT> protonmail <DOT> com> AuthorDate: Tue Oct 7 15:45:08 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Nov 27 00:25:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77bcd594
profiles/arch/loong: Mask LLD <= 16 loong is supported from LLD 17. Signed-off-by: Michal Rostecki <vadorovsky <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43784 Closes: https://github.com/gentoo/gentoo/pull/43784 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/loong/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/loong/package.use.mask b/profiles/arch/loong/package.use.mask index 2bb69291fa1f..0380323ad10d 100644 --- a/profiles/arch/loong/package.use.mask +++ b/profiles/arch/loong/package.use.mask @@ -1,6 +1,10 @@ # Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michal Rostecki <[email protected]> (2025-11-26) +# llvm-core/lld supports loong from 17.x. +<=llvm-core/clang-linker-config-16 default-lld + # Ionen Wolkens <[email protected]> (2025-11-13) # media-libs/libvmaf is keyworded here media-libs/x265 -vmaf
