diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-09-30 23:39:56 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-10-01 11:02:36 +0200 |
commit | 00c1afecb0676dcafbb15926bfa16a2b1640f34d (patch) | |
tree | 37e77d9990ae8f59345dfaab626bd3540c648aeb /sys-libs | |
parent | sys-libs/compiler-rt: Fix using external lit (diff) | |
download | gentoo-00c1afecb0676dcafbb15926bfa16a2b1640f34d.tar.gz gentoo-00c1afecb0676dcafbb15926bfa16a2b1640f34d.tar.bz2 gentoo-00c1afecb0676dcafbb15926bfa16a2b1640f34d.zip |
sys-libs/compiler-rt: Make the tests more verbose
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-9999.ebuild b/sys-libs/compiler-rt/compiler-rt-9999.ebuild index 933e80678711..466b41fb3ce7 100644 --- a/sys-libs/compiler-rt/compiler-rt-9999.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-9999.ebuild @@ -82,6 +82,7 @@ src_configure() { if use test; then mycmakeargs+=( -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit" + -DLLVM_LIT_ARGS="-vv" -DCOMPILER_RT_TEST_COMPILER="${EPREFIX}/usr/lib/llvm/${LLVM_SLOT}/bin/clang" -DCOMPILER_RT_TEST_CXX_COMPILER="${EPREFIX}/usr/lib/llvm/${LLVM_SLOT}/bin/clang++" |