summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-09-30 23:33:13 +0200
committerMichał Górny <mgorny@gentoo.org>2017-10-01 11:02:19 +0200
commitb466c02b671967be184badb5adab3debc3fc986e (patch)
treef692c8336e419179ccaf9b39a391049ae73b1571 /sys-devel/llvm
parentsys-devel/llvm: Fix using external lit (diff)
downloadgentoo-b466c02b671967be184badb5adab3debc3fc986e.tar.gz
gentoo-b466c02b671967be184badb5adab3debc3fc986e.tar.bz2
gentoo-b466c02b671967be184badb5adab3debc3fc986e.zip
sys-devel/llvm: Make the tests more verbose
Diffstat (limited to 'sys-devel/llvm')
-rw-r--r--sys-devel/llvm/llvm-9999.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild
index f5b134b5333d..e86690a206c7 100644
--- a/sys-devel/llvm/llvm-9999.ebuild
+++ b/sys-devel/llvm/llvm-9999.ebuild
@@ -140,6 +140,7 @@ multilib_src_configure() {
use test && mycmakeargs+=(
-DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit"
+ -DLLVM_LIT_ARGS="-vv"
)
if multilib_is_native_abi; then