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: sys-devel/clang/
Date: Tue, 29 Aug 2017 06:06:39
Message-Id: 1503986786.a3c06bd14ed04319b1e98a3439c7d2750459bf79.mgorny@gentoo
1 commit: a3c06bd14ed04319b1e98a3439c7d2750459bf79
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 29 06:00:19 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 29 06:06:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3c06bd1
7
8 sys-devel/clang: extra tool tests were fixed upstream
9
10 The extra tool tests now work correctly with static-analyzer disabled.
11 Update the ebuild accordingly.
12
13 sys-devel/clang/clang-9999.ebuild | 6 +-----
14 1 file changed, 1 insertion(+), 5 deletions(-)
15
16 diff --git a/sys-devel/clang/clang-9999.ebuild b/sys-devel/clang/clang-9999.ebuild
17 index e179107e2c2..7c3295cd8b5 100644
18 --- a/sys-devel/clang/clang-9999.ebuild
19 +++ b/sys-devel/clang/clang-9999.ebuild
20 @@ -197,11 +197,7 @@ multilib_src_test() {
21 # respect TMPDIR!
22 local -x LIT_PRESERVES_TMP=1
23 cmake-utils_src_make check-clang
24 - # clang-tidy requires [static-analyzer] and tests are not split
25 - # correctly, so they are all disabled when static-analyzer is off
26 - if multilib_is_native_abi && use static-analyzer; then
27 - cmake-utils_src_make check-clang-tools
28 - fi
29 + multilib_is_native_abi && cmake-utils_src_make check-clang-tools
30 }
31
32 src_install() {