diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-09-30 23:39:05 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-10-01 11:02:33 +0200 |
commit | 95bcf6d9d99be3f0eb3643f9863986ea63b39bba (patch) | |
tree | 2e8d4b145e80e5cf3c3e3e07f3a2b4740aa2150b /sys-devel | |
parent | sys-devel/clang: Fix using external lit (diff) | |
download | gentoo-95bcf6d9d99be3f0eb3643f9863986ea63b39bba.tar.gz gentoo-95bcf6d9d99be3f0eb3643f9863986ea63b39bba.tar.bz2 gentoo-95bcf6d9d99be3f0eb3643f9863986ea63b39bba.zip |
sys-devel/clang: Make the tests more verbose
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/clang/clang-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-devel/clang/clang-9999.ebuild b/sys-devel/clang/clang-9999.ebuild index 1fbc8a1f8e60..178c15c76134 100644 --- a/sys-devel/clang/clang-9999.ebuild +++ b/sys-devel/clang/clang-9999.ebuild @@ -138,6 +138,7 @@ multilib_src_configure() { use test && mycmakeargs+=( -DLLVM_MAIN_SRC_DIR="${WORKDIR}/llvm" -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit" + -DLLVM_LIT_ARGS="-vv" ) if multilib_is_native_abi; then |