sys-devel/mold: clang explicitly used for tests

Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/1750
Merges: https://codeberg.org/gentoo/gentoo/pulls/1750
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Alfred Wingate
2026-08-27 18:19:38 +03:00
committed by Sam James
parent 2422f30370
commit 3af0f71ee4
2 changed files with 6 additions and 0 deletions

View File

@@ -35,6 +35,9 @@ RDEPEND="
mimalloc? ( >=dev-libs/mimalloc-3:= )
"
DEPEND="${RDEPEND}"
BDEPEND="
test? ( llvm-core/clang:* )
"
pkg_pretend() {
# Requires a c++20 compiler, see #831473

View File

@@ -35,6 +35,9 @@ RDEPEND="
mimalloc? ( >=dev-libs/mimalloc-3:= )
"
DEPEND="${RDEPEND}"
BDEPEND="
test? ( llvm-core/clang:* )
"
pkg_pretend() {
# Requires a c++20 compiler, see #831473