rust
rust copied to clipboard
rustc_target: Update some old naming around self contained linking
The "fallback" naming pre-dates introduction of -Clink-self-contained
.
Noticed when reviewing https://github.com/rust-lang/rust/pull/99500.
This PR doesn't break any json target spec, but supporting per-linker-flavor startup objects needed by https://github.com/rust-lang/rust/pull/99500 will break them, so maybe next time I'll remove the compatibility names.
r? @lcnr
(rust-highfive has picked a reviewer for you, use r? to override)
+1 This naming makes the option a lot less confusing. LGTM
r? compiler
r? compiler
@bors r+
:pushpin: Commit e74299b6f10d525ec64d8b6e5c0587624d256b2b has been approved by davidtwco
It is now in the queue for this repository.
:umbrella: The latest upstream changes (presumably #100426) made this pull request unmergeable. Please resolve the merge conflicts.
@bors r=davidtwco
:pushpin: Commit 8fa707ab417b7c6b2cc9a57435cbc48b53c69f7e has been approved by davidtwco
It is now in the queue for this repository.