[flang-commits] [flang] [flang][runtime] Build ISO_FORTRAN_ENV to export kind arrays as linkable symbols (PR #95388)

Michael Klemm via flang-commits flang-commits at lists.llvm.org
Fri Jul 19 21:11:50 PDT 2024


================
@@ -169,6 +169,7 @@ set(sources
   unit-map.cpp
   unit.cpp
   utf.cpp
+  ${FORTRAN_MODULE_OBJECTS}
----------------
mjklemm wrote:

On it.  Seems like Ninja understands the dependency, as it has a single build file that seems the generated object file in one place and defers the target in the runtime libraries until that object file has been built.  This does not seem to be the case for Makefile builds, because they are split across different Makefiles.

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


More information about the flang-commits mailing list