summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-09-30 23:38:12 +0200
committerMichał Górny <mgorny@gentoo.org>2017-10-01 11:02:21 +0200
commit78254b3efb66f51c6032f92b037ac017c55c6779 (patch)
tree4908044631a14a430ceeebe12b5bea19e1db001a /dev-ml/llvm-ocaml
parentdev-ml/llvm-ocaml: Fix using external lit (diff)
downloadgentoo-78254b3efb66f51c6032f92b037ac017c55c6779.tar.gz
gentoo-78254b3efb66f51c6032f92b037ac017c55c6779.tar.bz2
gentoo-78254b3efb66f51c6032f92b037ac017c55c6779.zip
dev-ml/llvm-ocaml: Make the tests more verbose
Diffstat (limited to 'dev-ml/llvm-ocaml')
-rw-r--r--dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
index 09f3c4149464..7355598fd25b 100644
--- a/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
+++ b/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
@@ -99,6 +99,7 @@ src_configure() {
use test && mycmakeargs+=(
-DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit"
+ -DLLVM_LIT_ARGS="-vv"
)
# LLVM_ENABLE_ASSERTIONS=NO does not guarantee this for us, #614844