commit:     965f1a4f80b48809e68d9c2fce4df38356ac96db
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 24 02:26:06 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 24 02:26:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=965f1a4f

llvm-core/llvm: Revert "Remove lit test hack ..."

The upstream error has been removed.

Reverts: 8e4d25432a76acb743fa40ccbdf55eb425387eb3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 llvm-core/llvm/llvm-22.0.0.9999.ebuild | 3 +++
 1 file changed, 3 insertions(+)

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
 

Reply via email to