[flang-commits] [flang] [flang] Use precompiled parsing headers (PR #130600)

Krzysztof Parzyszek via flang-commits flang-commits at lists.llvm.org
Mon Mar 10 07:30:41 PDT 2025


kparzysz wrote:

> Hopefully David's suggestion should assuage the concerns here - this doesn't actually require removing any of the already existing includes. CMake can handle this completely transparently.

Thanks.

I often try to compile individual files by hand when I'm dealing with compilation issues to save time.  Fixing these issues may require changing headers, and if I need to reconstruct the .pch file every time it happens, it would make things more complex.  If the use of precompiled headers can be "hidden" inside of the build process, it should be ok.


https://github.com/llvm/llvm-project/pull/130600


More information about the flang-commits mailing list