[flang-commits] [flang] [flang] Use precompiled headers in Lower, Parser and Semantics (PR #131137)
via flang-commits
flang-commits at lists.llvm.org
Thu Mar 13 08:06:28 PDT 2025
jeanPerier wrote:
Lowering depends on Semantics and the Parser, and Semantics depends on Parser, have you tried using REUSE_FROM https://cmake.org/cmake/help/latest/command/target_precompile_headers.html#reusing-precompile-headers so that lowering can reuse the precompiled headers too?
Just curious, I am not familiar with that cmake feature at all.
https://github.com/llvm/llvm-project/pull/131137
More information about the flang-commits
mailing list