Don't report link-self-contained not being supported if it's turned off.#148804
Don't report link-self-contained not being supported if it's turned off.#148804yshui wants to merge 1 commit intorust-lang:mainfrom
Conversation
|
Some changes occurred in compiler/rustc_codegen_ssa |
|
r? @wesleywiser rustbot has assigned @wesleywiser. Use |
|
What is the motivation? |
Wait, on some targets, even with if self_contained {
LinkSelfContainedComponents::all()
} else {
LinkSelfContainedComponents::empty()
} |
|
I don't remember the details, need to check, but IIRC |
No description provided.