mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +03:00
ab039f79b8
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.