Refactor librustc_back to support arbitrary linkers #20764
Labels
A-linkage
Area: linking into static, shared libraries and binaries
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
Currently
librustc_back
is hardcoded to use a certain method of linking which makes it extremely inflexible for supporting other linkers such aslink.exe
. It needs to be refactored somehow such that a flexible target spec can specify what linker implementation to use.The text was updated successfully, but these errors were encountered: