commit: 219f3d7ff6d392cca24abc7a305bc91a62670b44
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 13 10:51:03 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 13 12:29:13 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=219f3d7f
llvm-runtimes/libcxx: Update test suite install target name
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
llvm-runtimes/libcxx/libcxx-22.0.0.9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/llvm-runtimes/libcxx/libcxx-22.0.0.9999.ebuild
b/llvm-runtimes/libcxx/libcxx-22.0.0.9999.ebuild
index 9825200fd784..c72ef6e7c89c 100644
--- a/llvm-runtimes/libcxx/libcxx-22.0.0.9999.ebuild
+++ b/llvm-runtimes/libcxx/libcxx-22.0.0.9999.ebuild
@@ -179,7 +179,7 @@ multilib_src_test() {
local -x LIT_PRESERVES_TMP=1
# https://github.com/llvm/llvm-project/issues/153940
local -x LIT_XFAIL="libcxx/gdb/gdb_pretty_printer_test.sh.cpp"
- cmake_build install-cxx-test-suite-prefix
+ cmake_build libcxx-test-suite-install-cxx
if [[ ${CHOST} != *-darwin* ]] ; then
local libdir=$(get_libdir)
cp
"${BUILD_DIR}"/{,libcxx/test-suite-install/}"${libdir}"/libc++_shared.so || die