[PATCH] D61187: [clangd] Move clangd tests to clangd directory. check-clangd is no longer part of check-clang-tools.

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 1 08:35:32 PDT 2019


thakis added a comment.

In case anyone else runs into this: When doing incremental builds, the old ClangdTests binary stays around in `./tools/clang/tools/unittests/clangd` and is still run by `check-clang-tools`. In case you don't want that (it makes the old test target slower; or maybe your local ClangdTests binary was broken due to local changes and now your failing tests don't go away if you undo your local changes), you have to manually delete the stale executable at the old location.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61187/new/

https://reviews.llvm.org/D61187





More information about the cfe-commits mailing list