flang
flang copied to clipboard
Fix dllimport code generation for module symbols
Please add a test case?
If Flang always generates dllimport attribute for global symbols, do we still need the PGDLL macro and !DEC$ ATTRIBUTES DLLEXPORT in the runtime?
Please add a test case?
@bryanpkc This test would be Windows specific. Currently we're not able to run Flang tests on Windows, what about the policy in this case?
@kaadam Sorry I didn't see your question! I think GitHub actually provides Windows runners:
https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
Do you think we could leverage them to set up some CI jobs on Windows?
This needs a rebase.