rust/compiler/rustc_codegen_ssa
Amanieu d'Antras c2f0313d94 Don't assume that -Bdynamic is the default linker mode
In particular this is false when passing `-static` or `-static-pie` to
the linker, which changes the default to `-Bstatic`. This PR ensures we
explicitly initialize the correct mode when we first need it.
2023-05-17 22:52:54 +02:00
..
2023-04-25 18:59:55 +01:00

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