makslevental wrote: > @aengelke how do we enable PCH? Is there some standard cmake flag or an > llvm-specific one? Could you include this in the PR description?
My understanding is if PCHs are available for a target then they will be used *unless `DISABLE_PRECOMPILE_HEADERS=ON`* is set on the target (or `CMAKE_DISABLE_PRECOMPILE_HEADERS=ON` is set globally). https://github.com/llvm/llvm-project/pull/176420 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
