summaryrefslogtreecommitdiff
path: root/llvm-core
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-09-20 10:53:38 +0200
committerMichał Górny <mgorny@gentoo.org>2025-09-20 14:38:51 +0200
commit8e4d25432a76acb743fa40ccbdf55eb425387eb3 (patch)
tree32ea2059c2e927b76dd9c445e7d7183f4de10547 /llvm-core
parent4fbaaaa37e8030afeb298b653e75f2ed13dcbeae (diff)
downloadgentoo-8e4d25432a76acb743fa40ccbdf55eb425387eb3.tar.gz
gentoo-8e4d25432a76acb743fa40ccbdf55eb425387eb3.tar.bz2
gentoo-8e4d25432a76acb743fa40ccbdf55eb425387eb3.zip
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@gentoo.org>
Diffstat (limited to 'llvm-core')
-rw-r--r--llvm-core/llvm/llvm-22.0.0.9999.ebuild3
1 files changed, 0 insertions, 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