projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6780bc
)
sys-libs/compiler-rt: Make the tests more verbose
author
Michał Górny
<mgorny@gentoo.org>
Sat, 30 Sep 2017 21:39:56 +0000
(23:39 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Sun, 1 Oct 2017 09:02:36 +0000
(11:02 +0200)
sys-libs/compiler-rt/compiler-rt-9999.ebuild
patch
|
blob
|
history
diff --git
a/sys-libs/compiler-rt/compiler-rt-9999.ebuild
b/sys-libs/compiler-rt/compiler-rt-9999.ebuild
index 933e80678711b9b3970a23a72c73ac7c3a2117f5..466b41fb3ce7b4333d4578f770b17598412cb0a5 100644
(file)
--- 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++"