mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-12 19:44:29 +00:00
Linker arguments must transformed when Rust is interacting with the linker through a compiler. This commit introduces a helper function that abstracts away details of this transformation.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.