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
Currently librustc_back is hardcoded to use a certain method of linking which makes it extremely inflexible for supporting other linkers such as link.exe. It needs to be refactored somehow such that a flexible target spec can specify what linker implementation to use.