diff options
Diffstat (limited to 'llvm-core/llvm')
| -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 |
