rust/compiler/rustc_codegen_ssa
Vadim Petrochenkov 2013ccc218 rustc_target: Refactor linker flavor inference
Go through an intermediate pair of `cc`and `lld` hints instead of mapping CLI options to `LinkerFlavor` directly, and use the target's default linker flavor as a reference.
2023-05-29 19:58:11 +03:00
..

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.