diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-08-29 08:00:19 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-29 08:06:26 +0200 |
commit | a3c06bd14ed04319b1e98a3439c7d2750459bf79 (patch) | |
tree | 0eda597d159ba79c022c68217c01df8b7f6b0302 /sys-devel | |
parent | sys-devel/clang: arch-type patch merged upstream (diff) | |
download | gentoo-a3c06bd14ed04319b1e98a3439c7d2750459bf79.tar.gz gentoo-a3c06bd14ed04319b1e98a3439c7d2750459bf79.tar.bz2 gentoo-a3c06bd14ed04319b1e98a3439c7d2750459bf79.zip |
sys-devel/clang: extra tool tests were fixed upstream
The extra tool tests now work correctly with static-analyzer disabled.
Update the ebuild accordingly.
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/clang/clang-9999.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys-devel/clang/clang-9999.ebuild b/sys-devel/clang/clang-9999.ebuild index e179107e2c22..7c3295cd8b59 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() { |