[PATCH] D84176: [CMake][CTE] Add "check-clang-extra-..." targets to test only a particular Clang extra tool

Whisperity via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 29 06:43:51 PDT 2020


whisperity added a comment.

In D84176#2300488 <https://reviews.llvm.org/D84176#2300488>, @njames93 wrote:

> Is this an artefact of how `check-clang-tools` also depends on all clang-tools-extra targets.

Yes, this was not changed in this patch. Fixing that will require a lot more CMake magic which I did not have sufficient time to do so. We'd need to refactor the code which generates the initial targets for the subprojects, etc.
So yeah, the new build entry-point only gives you the benefit of not running the tests. Build list is equal to the normal `check-clang-tools` target.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84176



More information about the cfe-commits mailing list