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