commit: dc67fa5f881aabd77213886cea6f137ba3d0e85b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Dec 27 13:45:50 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Dec 27 13:46:26 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc67fa5f
profiles/features/llvm: enable native-symlinks for LLVM packages We've disabled these by default in general so enable it on LLVM profiles which is the only place we want these to really have any effect. That said, I'd be open to us removing the force and making it a default via package.use in this profile instead. Bug: https://bugs.gentoo.org/963169 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/features/llvm/package.use.force | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/features/llvm/package.use.force b/profiles/features/llvm/package.use.force index 8b4841c84571..8216c9220236 100644 --- a/profiles/features/llvm/package.use.force +++ b/profiles/features/llvm/package.use.force @@ -1,6 +1,12 @@ # Copyright 2023-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2025-12-27) +# Provide familiar symlinks on LLVM profiles +llvm-core/clang-toolchain-symlinks native-symlinks +llvm-core/lld-toolchain-symlinks native-symlinks +llvm-core/llvm-toolchain-symlinks native-symlinks + # Sam James <[email protected]> (2025-07-19) # Gradually unforce targets for LLVM profiles as clang temporarily # breaking isn't okay there (as it can't then build itself). This means
