-
Notifications
You must be signed in to change notification settings - Fork 13k
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
neither Wasm object file nor LLVM bitcode
from all wasm cdylib builds
#136109
Comments
I cannot reproduce this on Linux. So I guess this requires you to be using whatever LLD is shipped by Apple? |
i think this is a duplicate of #132802. |
@saethlin For what it's worth, I can reproduce this on my Linux — I get:
So it doesn't seem to just be a macOS issue |
Ah! This does not happen with |
Right. This issue has less information, and you pointed out above that this is a duplicate. |
Build a
cdylib
forwasm32-unknown-unknown
usingnightly-2025-01-26
(rustc 1.86.0-nightly (f7cc13af8 2025-01-25)
) — no Rust code needed in the library:This produces these warnings:
nightly-2025-01-25
and earlier does not produce these warnings, presumably because they are new in #119286. Built cdylibs still function as intended, but I don't know whether any of my code would be attempting to use the code mentioned in the warnings.Meta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: