mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 19:28:29 +00:00

linker: Remove `-Zgcc-ld` option It is subsumed by `-Clinker-flavor=*-lld-cc -Clink-self-contained=+linker` options now. r? `@lqd`
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.