summaryrefslogtreecommitdiff
path: root/llvm-core/llvm
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-09-24 04:26:06 +0200
committerMichał Górny <mgorny@gentoo.org>2025-09-24 04:26:06 +0200
commit965f1a4f80b48809e68d9c2fce4df38356ac96db (patch)
tree05cec4faa8d16977193ce9fe173737b00139422e /llvm-core/llvm
parent8e565b5970e5a8fe750285a5cc144b44e53249fc (diff)
downloadgentoo-965f1a4f80b48809e68d9c2fce4df38356ac96db.tar.gz
gentoo-965f1a4f80b48809e68d9c2fce4df38356ac96db.tar.bz2
gentoo-965f1a4f80b48809e68d9c2fce4df38356ac96db.zip
llvm-core/llvm: Revert "Remove lit test hack ..."
The upstream error has been removed. Reverts: 8e4d25432a76acb743fa40ccbdf55eb425387eb3 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'llvm-core/llvm')
-rw-r--r--llvm-core/llvm/llvm-22.0.0.9999.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm-core/llvm/llvm-22.0.0.9999.ebuild b/llvm-core/llvm/llvm-22.0.0.9999.ebuild
index 6e3f141b0535..42f9707913f9 100644
--- a/llvm-core/llvm/llvm-22.0.0.9999.ebuild
+++ b/llvm-core/llvm/llvm-22.0.0.9999.ebuild
@@ -204,6 +204,9 @@ 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