]> granicus.if.org Git - llvm/commit
Make check-clang depend on the clang-check binary always
authorNico Weber <nicolasweber@gmx.de>
Wed, 1 May 2019 19:34:00 +0000 (19:34 +0000)
committerNico Weber <nicolasweber@gmx.de>
Wed, 1 May 2019 19:34:00 +0000 (19:34 +0000)
commit38278e6ec75ff51d9e69136b0d5ad34d96c24bee
tree555b483a02c55e89f957cc872f9077f32d288e62
parenta27c90973c8a1d338f36b8148b687ab078de48aa
Make check-clang depend on the clang-check binary always

check-clang (the target that runs all clang tests) used to
only depend on clang-check (a binary like clang-tidy,
clang-refactor, etc) if the static analyzer is enabled.
However, several lit tests call clang-check unconditionally,
so always depend on it.

Fixes a "could not find clang-check" lit warning in clean builds with
the static analyzer disabled.

Also sort the deps in the CMake file and put just one dep on each line.

Differential Revision: https://reviews.llvm.org/D61324

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@359717 91177308-0d34-0410-b5e6-96231b3b80d8
utils/gn/secondary/clang/test/BUILD.gn