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/lld/
Date: Sun, 01 Oct 2017 09:03:10
Message-Id: 1506848542.f5c9ec2f315a49783a4997be4ca1cbf84afff1c9.mgorny@gentoo
1 commit: f5c9ec2f315a49783a4997be4ca1cbf84afff1c9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 30 21:38:38 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 1 09:02:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5c9ec2f
7
8 sys-devel/lld: Make the tests more verbose
9
10 sys-devel/lld/lld-9999.ebuild | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/sys-devel/lld/lld-9999.ebuild b/sys-devel/lld/lld-9999.ebuild
14 index 89ccfa63807..a8e3f4f39dc 100644
15 --- a/sys-devel/lld/lld-9999.ebuild
16 +++ b/sys-devel/lld/lld-9999.ebuild
17 @@ -64,6 +64,7 @@ src_configure() {
18 -DLLVM_BUILD_TESTS=ON
19 -DLLVM_MAIN_SRC_DIR="${WORKDIR}/llvm"
20 -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit"
21 + -DLLVM_LIT_ARGS="-vv"
22 )
23
24 cmake-utils_src_configure