# Copyright 2023-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Sam James (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 # the fix for bug #767700 is delayed on these profiles until old LLVMs # age out. (2023-03-03) # Force the toolchain environment we expect on the LLVM profiles. # default-libcxx in particular changes ABI so can't be toggled at-will, and other # profile settings expect it. # TODO: Make a profile without default-libcxx too? llvm-core/clang-common default-compiler-rt default-lld default-libcxx llvm-core/clang-runtime default-compiler-rt default-lld default-libcxx