The Tooling tests do have a lit.local.cfg with
if not config.root.clang_staticanalyzer:
config.unsupported = True
so what's wrong isn't the missing dep, but that lit prints a warning for
the binary missing. This will need a different kind of fix.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@359739
91177308-0d34-0410-b5e6-
96231b3b80d8
c-index-test
clang
clang-resource-headers
- clang-check
clang-format
clang-tblgen
clang-offload-bundler
if(CLANG_ENABLE_STATIC_ANALYZER)
list(APPEND CLANG_TEST_DEPS
+ clang-check
clang-extdef-mapping
)
endif()