-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
llvm-nm met The end of the file was unexpectedly encountered error #5007
Comments
That commit added error detection to the
Perhaps the issue was always there with rust, but the compiler was fine to produce functional output executables when the error got ignore. Initially it looks like perhaps |
…ause it can be expected that llvm-nm might fail, and processing that failure is done proper by examining the returncode of the run later, so eagerly stopping the build here is not needed. Fixes #5007.
Further thinking, I realize that it can be fine that an |
To be honest, my knowledge of the domain is not enough. 😿 I was guessed, rustc passed parameter only Sorry, I can't found rlib's spec... |
93a082b solved my issue. thanks! |
I tried above command.
|
I reported this issue to rust repository. rust-lang/rust#40352 |
This issue has been automatically marked as stale because there has been no activity in the past 2 years. It will be closed automatically if no further activity occurs in the next 7 days. Feel free to re-open at any time if this issue is still relevant. |
I'm playing Rust + WebAssembly + emscripten sdk-incoming-64bit.
I encounter compiling issue after #5004 merged.
My environment
reproduction
workaround
Is this emscripten issue or rust compiler's latent error?
NOTE Rust environment setup
The text was updated successfully, but these errors were encountered: