================
@@ -51,6 +51,9 @@ set(CLANG_TOOLS_TEST_DEPS
   clang-resource-headers
 
   clang-tidy
+
+  # Some tests invoke clang directly (e.g., to precompile modules).
+  clang
----------------
vbvictor wrote:

@AaronBallman, Could you please tell is it okay to add `clang` as dependency 
here?

I can see that `ninja check-clang-tools` can significantly become slower 
because we will have to build clang. Could there be any more 
implications/caveats?

https://github.com/llvm/llvm-project/pull/178471
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to