-
Notifications
You must be signed in to change notification settings - Fork 215
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
Unable to find long double symbols on aarch64-apple-darwin
#567
Comments
If we are supporting these types directly in Rust then we should add these intrinsics to compiler-builtins. For now you can just change the compiler-builtins build script to include the versions from compiler-rt, but eventually we will want to have these fully implemented in Rust. |
@Amanieu are you able to move this issue to compiler-builtins? It seems like they should be getting included already, so I'm not sure what is going on https://github.com/rust-lang/compiler-builtins/blob/47e64bfa0a387c811e4c409959a4d2668f0b1c37/build.rs#L506C20-L512. This is on aarch64-apple-darwin, I don't have any reason to think +nofp is set |
Are you building with the |
I am working on rust-lang/rust#114607 and unfortunately can't build on my system due to linker errors:
It seems like a fix similar to rust-lang/libc#1034 may work, I can submit a PR if this seems correct. @Amanieu
The text was updated successfully, but these errors were encountered: