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/llvm/trunk@359739
91177308-0d34-0410-b5e6-
96231b3b80d8
":lit_unit_site_cfg",
"//clang/lib/Headers",
"//clang/tools/c-index-test",
- "//clang/tools/clang-check",
"//clang/tools/clang-diff",
"//clang/tools/clang-format",
"//clang/tools/clang-import-test",
}
if (clang_enable_static_analyzer) {
deps += [
+ "//clang/tools/clang-check",
"//clang/tools/clang-extdef-mapping",
]
}