[clangd] exclude check-clangd from check-all, fix buildbot failure.
authorHaojian Wu <hokein@google.com>
Mon, 1 Oct 2018 20:21:41 +0000 (20:21 +0000)
committerHaojian Wu <hokein@google.com>
Mon, 1 Oct 2018 20:21:41 +0000 (20:21 +0000)
commit3e0c1bdbe41c980950cb0041d34cafbd967c2e3d
tree43ce3df87ef18b4c5c46ffad4ab89501ef69e01a
parent5d32a86f442071f940366dc962763c7e05d7715e
[clangd] exclude check-clangd from check-all, fix buildbot failure.

check-clangd is included via check-clang-tools, otherwise we will run two
instances of check-clangd in parallel when running 'check-all',
which may have race condition.

llvm-svn: 343526
clang-tools-extra/test/CMakeLists.txt