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-devel/llvm/
Date: Sun, 01 Oct 2017 09:03:09
Message-Id: 1506848539.b466c02b671967be184badb5adab3debc3fc986e.mgorny@gentoo
1 commit: b466c02b671967be184badb5adab3debc3fc986e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 30 21:33:13 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 1 09:02:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b466c02b
7
8 sys-devel/llvm: Make the tests more verbose
9
10 sys-devel/llvm/llvm-9999.ebuild | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild
14 index f5b134b5333..e86690a206c 100644
15 --- a/sys-devel/llvm/llvm-9999.ebuild
16 +++ b/sys-devel/llvm/llvm-9999.ebuild
17 @@ -140,6 +140,7 @@ multilib_src_configure() {
18
19 use test && mycmakeargs+=(
20 -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit"
21 + -DLLVM_LIT_ARGS="-vv"
22 )
23
24 if multilib_is_native_abi; then