Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt/
Date: Sun, 01 Oct 2017 09:03:13
Message-Id: 1506848556.00c1afecb0676dcafbb15926bfa16a2b1640f34d.mgorny@gentoo
1 commit: 00c1afecb0676dcafbb15926bfa16a2b1640f34d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 30 21:39:56 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 1 09:02:36 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00c1afec
7
8 sys-libs/compiler-rt: Make the tests more verbose
9
10 sys-libs/compiler-rt/compiler-rt-9999.ebuild | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/sys-libs/compiler-rt/compiler-rt-9999.ebuild b/sys-libs/compiler-rt/compiler-rt-9999.ebuild
14 index 933e8067871..466b41fb3ce 100644
15 --- a/sys-libs/compiler-rt/compiler-rt-9999.ebuild
16 +++ b/sys-libs/compiler-rt/compiler-rt-9999.ebuild
17 @@ -82,6 +82,7 @@ src_configure() {
18 if use test; then
19 mycmakeargs+=(
20 -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit"
21 + -DLLVM_LIT_ARGS="-vv"
22
23 -DCOMPILER_RT_TEST_COMPILER="${EPREFIX}/usr/lib/llvm/${LLVM_SLOT}/bin/clang"
24 -DCOMPILER_RT_TEST_CXX_COMPILER="${EPREFIX}/usr/lib/llvm/${LLVM_SLOT}/bin/clang++"