diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-09-24 04:26:06 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-09-24 04:26:06 +0200 |
| commit | 965f1a4f80b48809e68d9c2fce4df38356ac96db (patch) | |
| tree | 05cec4faa8d16977193ce9fe173737b00139422e /llvm-core | |
| parent | 8e565b5970e5a8fe750285a5cc144b44e53249fc (diff) | |
| download | gentoo-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')
| -rw-r--r-- | llvm-core/llvm/llvm-22.0.0.9999.ebuild | 3 |
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 |
