rust/compiler/rustc_codegen_ssa
Rémy Rakic 5059315e28 remove -znostart-stop-gc workaround
Now that `#[used(linker)]` is the default on ELF, we don't need to use the
`-znostart-stop-gc` link-arg workaround to match bfd's behavior when
using lld.
2025-07-08 10:24:11 +00:00
..
2025-07-08 10:24:11 +00:00

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