projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b93b1a
)
dev-ml/llvm-ocaml: Make the tests more verbose
author
Michał Górny
<mgorny@gentoo.org>
Sat, 30 Sep 2017 21:38:12 +0000
(23:38 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Sun, 1 Oct 2017 09:02:21 +0000
(11:02 +0200)
dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
patch
|
blob
|
history
diff --git
a/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
b/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
index 09f3c4149464b01819d009a5ff4e05cfaea67355..7355598fd25b1730016d3616c57a245f85bbd29f 100644
(file)
--- 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