]> granicus.if.org Git - clang/commit
Revert r359717, "Make check-clang depend on the clang-check binary always"
authorNico Weber <nicolasweber@gmx.de>
Wed, 1 May 2019 23:32:38 +0000 (23:32 +0000)
committerNico Weber <nicolasweber@gmx.de>
Wed, 1 May 2019 23:32:38 +0000 (23:32 +0000)
commitb1e9fc11aabd9b342d59b9449936426731e0d023
tree5c86e93898e4bca486bcddc4b9f8dd1c0ff5d480
parente8fadf080df69ce960e7ae6aabe5e3246e5bc8dd
Revert r359717, "Make check-clang depend on the clang-check binary always"

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
test/CMakeLists.txt