Files
rust/compiler/rustc_codegen_ssa/src/back
Frank Denis 8e250c3c64 Linker: use -z <params> instead of -z<params>
The GNU linker accepts -z<params>, but this is undocumented, and
not supported by other linkers.

In particular, `zig cc`, when used as the C compiler/linker
(e.g. when using `cargo-zigbuild`), will not accept this
undocumented syntax.

In `linker.rs`, both syntaxes are also used inconsistently.

The Go compiler used to have the same issue, but fixed it:

https://github.com/golang/go/commit/38607c553878da21b5042e63997ecb3b7201e684
2023-02-21 14:52:20 +01:00
..
2021-07-05 10:49:07 +02:00
2023-02-10 18:08:25 +01:00
2023-02-20 15:28:59 +00:00