-
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
powerpc32: Expected no forward declarations! LLVM ERROR: Broken function found, compilation aborted! #41253
Comments
I see this when running |
Compiling in release mode avoids the problem for me. |
This seems to be the same as #50960. |
Still happens with Rust 1.27.0, FWIW. |
1.27.0 is too old. You will need at least 1.29.0, if I remember correctly. The bug was in LLVM and has been fixed, see #50960. |
Thanks, that's helpful to know. Can't close this bug myself, but happy to see it closed if this is fixed — looks like you've been pretty involved in #50960 so happy to defer to you on that. |
Closing, based on discussion at #50960. |
(that's a G4)
Here's an example of the error compiling rustc-serialize, but really it appears to be almost any crate. I've seen one crate (fake-simd) compile, but encounter this error on almost any others.
Sorry that's not a lot to go on, but I'm happy to provide any additional information you need to debug.
The text was updated successfully, but these errors were encountered: