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

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 29 05:45:26 PDT 2020


njames93 added a comment.

Just a follow up on this point, dependencies are a little messed up here. Running any of the check-clang-extra<...> results in all clang-tools-extra targets being built.
Not ideal if you just want to test a small change to one tools and potentially having to rebuild all extra-tools
Is this an artefact of how `check-clang-tools` also depends on all clang-tools-extra targets.


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