Meinersbur wrote: This broke the LLVM build when using LLVM_ENABLE_IDE. I fixed it in #199638.
In any case, I don't think this is a good approch. Attaching the check to `check-clang-format` only will not run this check with `check-clang` (or `check`). So those commands don't check everything anymore. In particular, I think neither the premerge-CI nor the buildbots run `check-clang-format`, just `check-clang`. https://github.com/llvm/llvm-project/pull/199169 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
