[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
Thu Jun 13 21:21:08 PDT 2024
================
@@ -0,0 +1,110 @@
+!===-- module/__fortran_bultin_kinds.f90 --=--------------------------------===!
----------------
mjklemm wrote:
Flang was giving me compiler errors for numeric_storage_size, which seems it needs to not be compiled as part of the module file but rather as part of when the module has been included into the host routine.
That's I basically went back to my original idea of how I wanted to fix the bug and moved the intrinsic definitions into their own module file.
https://github.com/llvm/llvm-project/pull/95388
More information about the flang-commits
mailing list