-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
PPC: support closure cfunctions (aborts during codegen) #32154
Comments
init_trampoline
Turns out the abort is not due to lack of support in LLVM, but part of the implementation of |
So in
I am slightly confused since
Means branch to I took https://github.com/gcc-mirror/gcc/blob/02551aa99960ff6b0d9a44d234b8f6c9b230788c/libgcc/config/rs6000/tramp.S#L159 |
This is fixed on recent glibc. |
Upstream:
The text was updated successfully, but these errors were encountered: