[flang-commits] [flang] [flang][OpenMP] Split check-omp-structure.cpp into smaller files, NFC (PR #146359)

Tom Eccles via flang-commits flang-commits at lists.llvm.org
Tue Jul 1 02:37:23 PDT 2025


https://github.com/tblah commented:

How bad is the impact on flang build time? From what I remember from when OpenMP lowering was split, the compilation file of each translation unit was so dominated by processing the headers that adding `n` translation units roughly increased compilation time of that part by a factor of `n`.

But that aside I think this is a good idea from a code design perspective.

Please could you add a comment at the top of each file documenting what should go in that file (just the text from the commit message would be fine).

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


More information about the flang-commits mailing list