rust/compiler/rustc_session
Augie Fackler dfc5218dc8 rustc_session: default to -Z plt=yes on non-x86_64
Per the discussion in #106380 plt=no isn't a great default, and
rust-lang/compiler-team#581 decided that the default should be PLT=yes
for everything except x86_64. Not everyone agrees about the x86_64 part
of this change, but this at least is an improvement in the state of
things without changing the x86_64 situation, so I've attempted making
this change in the name of not letting the perfect be the enemy of the
good.
2023-06-22 14:29:21 -04:00
..
src rustc_session: default to -Z plt=yes on non-x86_64 2023-06-22 14:29:21 -04:00
Cargo.toml Write to stdout if - is given as output file 2023-06-06 17:53:29 -04:00
messages.ftl linker: Report linker flavors incompatible with the current target 2023-05-29 19:58:11 +03:00