-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow dynamic linking on ios. #95847
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
|
r? @wesleywiser since it sounds like you've dug into this in the past and maybe can more quickly page back into cache |
Nominating for discussion in this week's compiler team meeting. |
We discussed this at today's compiler team meeting and the general consensus was that we felt this will need to go through the Major Change Proposal process. One thing in particular to highlight in the proposal is what the anticipated changes will need to be on downstream crates to resolve the breakage that occurred last time we changed this. |
sorry, have way to much stuff to do at the moment. will close it for now. |
dynamic linking is supported on ios. this was enabled previously but then reverted due to backwards compatibility concerns. now that
cargo rustc
has a--crate-type
flag these concerns aren't warrented any more, with new evidence presented in [0]. Given this new evidence I'm reenabling dynamic linking on ios.