You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does LLVM flang have any features that export symbols for Windows DLLs? dllimport support was eventually added to classic flang, but that doesn't seem to work in the latest release of LLVM flang. Are there any tools available to build a symbol definition file (.def) that is sometimes used in place of dllimport commands? Are there any features right now that facilitate the special case of Fortran symbols with C bindings?
The text was updated successfully, but these errors were encountered:
Does LLVM flang have any features that export symbols for Windows DLLs?
dllimport
support was eventually added to classic flang, but that doesn't seem to work in the latest release of LLVM flang. Are there any tools available to build a symbol definition file (.def
) that is sometimes used in place ofdllimport
commands? Are there any features right now that facilitate the special case of Fortran symbols with C bindings?The text was updated successfully, but these errors were encountered: