-
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
[compiler-rt][PowerPC] missing IEEE long double emulation functions #89054
Comments
@llvm/issue-subscribers-backend-powerpc Author: Piotr Kubaj (pkubaj)
Currently when building LLVM on ppc64le with IEEE long double, LLVM tries to use emulation functions listed in https://gcc.gnu.org/wiki/Ieee128PowerPC (table in 2.3 Emulation functions). However, compiler-rt has no implementation of those functions leading to a build failure when there's no libgcc installed (e.g. on LLVM-only system).
|
Could you share your usage for LLVM-only system? It it a Linux system? Why do you want to try with LLVM-only system? Thank you! |
From the table, following supplementary functions are for
Except |
@chenzheng1030 |
Currently when building LLVM on ppc64le with IEEE long double, LLVM tries to use emulation functions listed in https://gcc.gnu.org/wiki/Ieee128PowerPC (table in 2.3 Emulation functions). However, compiler-rt has no implementation of those functions leading to a build failure when there's no libgcc installed (e.g. on LLVM-only system).
The text was updated successfully, but these errors were encountered: