[flang-commits] [flang] [llvm] [openmp] [flang][runtimes] Rebuild Fortran modules when dependency modules change (PR #203549)
Michael Kruse via flang-commits
flang-commits at lists.llvm.org
Mon Jun 15 15:49:01 PDT 2026
Meinersbur wrote:
I think I know what is happening. CMake ignores dependencies on intrinsic modules, unless Fortran_BUILDING_INTRINSIC_MODULES ON but that's not supported with Ninja. I have a locally built fix of CMake where it seems to work. Let me see whether I can come up with a better fix that works with a non-patched CMake.
https://github.com/llvm/llvm-project/pull/203549
More information about the flang-commits
mailing list