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
Auto merge of rust-lang#72049 - mati865:mingw-lld, r=petrochenkov
MinGW: enable dllexport/dllimport
Fixes (only when using LLD) rust-lang#50176Fixesrust-lang#72319
This makes `windows-gnu` on pair with `windows-msvc` when it comes to symbol exporting.
For MinGW it means both good things like correctly working dllimport/dllexport, ability to link with LLD and bad things like rust-lang#27438.
Not sure but maybe this should land behind unstable compiler option (`-Z`) or environment variable?
0 commit comments