From 057d3ba76a8a9115c50cdcc7bd85a9e91e77ea94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 12 Jul 2025 10:41:04 +0200 Subject: [PATCH] llvm-core/lld: Tests now require llvm/utils/dtlto MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- llvm-core/lld/lld-21.0.0.9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm-core/lld/lld-21.0.0.9999.ebuild b/llvm-core/lld/lld-21.0.0.9999.ebuild index fdf8b5fca6a33..e3843a90d9038 100644 --- a/llvm-core/lld/lld-21.0.0.9999.ebuild +++ b/llvm-core/lld/lld-21.0.0.9999.ebuild @@ -34,6 +34,7 @@ PDEPEND=" " LLVM_COMPONENTS=( lld cmake libunwind/include/mach-o ) +LLVM_TEST_COMPONENTS=( llvm/utils/dtlto ) llvm.org_set_globals python_check_deps() {