[flang-commits] [flang] [Flang][runtime] Add dependency to build FortranRuntime after flang-new (PR #99737)

Slava Zakharin via flang-commits flang-commits at lists.llvm.org
Fri Jul 19 22:35:36 PDT 2024


https://github.com/vzakhari approved this pull request.

Thank you, Michael.
Please note that `FortranRuntime` is expected to be buildable as a standalone project (see at the top of this file) - this is not going to work, and you will probably see some buildbots failures soon (e.g. https://lab.llvm.org/buildbot/#/builders/152).
It seems the module file has to be made a part of `FortranRuntime` as @sscalpone suggested in the original PR.

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


More information about the flang-commits mailing list