[flang-commits] [flang] [flang][WIP] Refactor ISO_FORTRAN_ENV to move kind arrays to global symbols (PR #89416)
Michael Klemm via flang-commits
flang-commits at lists.llvm.org
Fri Apr 19 09:45:52 PDT 2024
mjklemm wrote:
This PR is one way to fix the mentioned bug. Not sure if code-gen could/should be adapted to solve this problem in the compiler itself.
One thing thing that I still need to figure out (help appreciated) is how to get the object file of the newly added module linked into FortranRuntime. It might be good to have a general way to do this in case there will be more modules that have an implementation part and thus cannot be translated using `-fsyntax-only`.
https://github.com/llvm/llvm-project/pull/89416
More information about the flang-commits
mailing list