commit: 78254b3efb66f51c6032f92b037ac017c55c6779
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 30 21:38:12 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 1 09:02:21 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78254b3e
dev-ml/llvm-ocaml: Make the tests more verbose
dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
b/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
index 09f3c414946..7355598fd25 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