commit: 8e4d25432a76acb743fa40ccbdf55eb425387eb3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 20 08:53:38 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 20 12:38:51 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e4d2543
llvm-core/llvm: Remove lit test hack due to upstream regression
Upstream has wrongly added a dependency on lit test preparation
to the main test suite. Remove the hack to make CMake dependencies
work again.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
llvm-core/llvm/llvm-22.0.0.9999.ebuild | 3 ---
1 file changed, 3 deletions(-)
diff --git a/llvm-core/llvm/llvm-22.0.0.9999.ebuild
b/llvm-core/llvm/llvm-22.0.0.9999.ebuild
index 42f9707913f9..6e3f141b0535 100644
--- a/llvm-core/llvm/llvm-22.0.0.9999.ebuild
+++ b/llvm-core/llvm/llvm-22.0.0.9999.ebuild
@@ -204,9 +204,6 @@ src_prepare() {
# Update config.guess to support more systems
cp "${BROOT}/usr/share/gnuconfig/config.guess" cmake/ || die
- # Disable lit tests (we run them in dev-python/lit).
- > utils/lit/CMakeLists.txt || die
-
# Verify that the ebuild is up-to-date
check_uptodate