================ @@ -0,0 +1,7 @@ +# Specialize the clang-doc target to avoid building other projects +add_lit_testsuite(check-clang-extra-clang-doc "Running clang-doc tests" ---------------- boomanaiden154 wrote:
It's not actually excluded from the all target. That specific test suite needs to be excluded from `check-all` because otherwise it will run twice. Whether any buildbots run that target specifically I'm not sure. I wouldn't bet on it, but definitely is possible. https://github.com/llvm/llvm-project/pull/165935 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
