summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-08-29 08:00:19 +0200
committerMichał Górny <mgorny@gentoo.org>2017-08-29 08:06:26 +0200
commita3c06bd14ed04319b1e98a3439c7d2750459bf79 (patch)
tree0eda597d159ba79c022c68217c01df8b7f6b0302 /sys-devel
parentsys-devel/clang: arch-type patch merged upstream (diff)
downloadgentoo-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.ebuild6
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() {