diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-09-30 23:38:38 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-10-01 11:02:22 +0200 |
commit | f5c9ec2f315a49783a4997be4ca1cbf84afff1c9 (patch) | |
tree | 438418f48f7a45377047b840603d4df3586d29b7 /sys-devel/lld | |
parent | sys-devel/lld: Fix using external lit (diff) | |
download | gentoo-f5c9ec2f315a49783a4997be4ca1cbf84afff1c9.tar.gz gentoo-f5c9ec2f315a49783a4997be4ca1cbf84afff1c9.tar.bz2 gentoo-f5c9ec2f315a49783a4997be4ca1cbf84afff1c9.zip |
sys-devel/lld: Make the tests more verbose
Diffstat (limited to 'sys-devel/lld')
-rw-r--r-- | sys-devel/lld/lld-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-devel/lld/lld-9999.ebuild b/sys-devel/lld/lld-9999.ebuild index 89ccfa63807c..a8e3f4f39dc9 100644 --- a/sys-devel/lld/lld-9999.ebuild +++ b/sys-devel/lld/lld-9999.ebuild @@ -64,6 +64,7 @@ src_configure() { -DLLVM_BUILD_TESTS=ON -DLLVM_MAIN_SRC_DIR="${WORKDIR}/llvm" -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit" + -DLLVM_LIT_ARGS="-vv" ) cmake-utils_src_configure |