commit:     a3c06bd14ed04319b1e98a3439c7d2750459bf79
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 29 06:00:19 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 29 06:06:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3c06bd1

sys-devel/clang: extra tool tests were fixed upstream

The extra tool tests now work correctly with static-analyzer disabled.
Update the ebuild accordingly.

 sys-devel/clang/clang-9999.ebuild | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/sys-devel/clang/clang-9999.ebuild 
b/sys-devel/clang/clang-9999.ebuild
index e179107e2c2..7c3295cd8b5 100644
--- a/sys-devel/clang/clang-9999.ebuild
+++ b/sys-devel/clang/clang-9999.ebuild
@@ -197,11 +197,7 @@ multilib_src_test() {
        # respect TMPDIR!
        local -x LIT_PRESERVES_TMP=1
        cmake-utils_src_make check-clang
-       # clang-tidy requires [static-analyzer] and tests are not split
-       # correctly, so they are all disabled when static-analyzer is off
-       if multilib_is_native_abi && use static-analyzer; then
-               cmake-utils_src_make check-clang-tools
-       fi
+       multilib_is_native_abi && cmake-utils_src_make check-clang-tools
 }
 
 src_install() {

Reply via email to