[flang-commits] [flang] [flang][runtime] Build ISO_FORTRAN_ENV to export kind arrays as linkable symbols (PR #95388)
Slava Zakharin via flang-commits
flang-commits at lists.llvm.org
Fri Jul 19 22:38:42 PDT 2024
================
@@ -169,6 +169,7 @@ set(sources
unit-map.cpp
unit.cpp
utf.cpp
+ ${FORTRAN_MODULE_OBJECTS}
----------------
vzakhari wrote:
Thank you, Michael. No problem, it should fix my builds, and building `module_files` target before the complete build was a workaround for me.
https://github.com/llvm/llvm-project/pull/95388
More information about the flang-commits
mailing list