-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
-Zno-link is broken #77857
Comments
PR #73851 changed the encode/decode method of When After that, may be now it is the time to re-think the way we store data in the What do you think @bjorn3 ? |
I think |
Good suggestion, let me look into it. |
@0dvictor are you still working on this? |
Thank you for reminding and apologize for the delay. I did create a prototype but haven't got a chance polish it yet. I'll create the PR this week. |
Sorry again about the delay. I've created PR #80187, which fixes this issue. |
Exclude unnecessary info from CodegenResults `foreign_module` and `wasm_import_module` are not needed for linking, and hence can be removed from CodegenResults. Fixes rust-lang#77857
Exclude unnecessary info from CodegenResults `foreign_module` and `wasm_import_module` are not needed for linking, and hence can be removed from CodegenResults. Fixes rust-lang#77857
Exclude unnecessary info from CodegenResults `foreign_module` and `wasm_import_module` are not needed for linking, and hence can be removed from CodegenResults. Fixes rust-lang#77857
Exclude unnecessary info from CodegenResults `foreign_module` and `wasm_import_module` are not needed for linking, and hence can be removed from CodegenResults. Fixes rust-lang#77857
I tried this command:
I expected to see this happen: An
.rlink
file is generated.Instead, this happened:
Meta
rustc --version --verbose
:Originally posted by @bjorn3 in #77795 (comment)
cc @0dvictor (original implementer of
-Zno-link
The text was updated successfully, but these errors were encountered: