Skip to content

Commit

Permalink
sys-devel/clang: extra tool tests were fixed upstream
Browse files Browse the repository at this point in the history
The extra tool tests now work correctly with static-analyzer disabled.
Update the ebuild accordingly.
  • Loading branch information
mgorny committed Aug 29, 2017
1 parent f091b5d commit a3c06bd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions sys-devel/clang/clang-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit a3c06bd

Please sign in to comment.