Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/llvm-ocaml/
Date: Sun, 01 Oct 2017 09:03:08
Message-Id: 1506848541.78254b3efb66f51c6032f92b037ac017c55c6779.mgorny@gentoo
1 commit: 78254b3efb66f51c6032f92b037ac017c55c6779
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 30 21:38:12 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 1 09:02:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78254b3e
7
8 dev-ml/llvm-ocaml: Make the tests more verbose
9
10 dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
14 index 09f3c414946..7355598fd25 100644
15 --- a/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
16 +++ b/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
17 @@ -99,6 +99,7 @@ src_configure() {
18
19 use test && mycmakeargs+=(
20 -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit"
21 + -DLLVM_LIT_ARGS="-vv"
22 )
23
24 # LLVM_ENABLE_ASSERTIONS=NO does not guarantee this for us, #614844