-
-
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
AArch64: support closure cfunctions (missing LLVM support for trampolines) #27174
Comments
Yeah, we need to edit our lowering to emit an explicit “not yet implemented on ARM” |
This comment has been minimized.
This comment has been minimized.
init_trampoline
Just stumbled on this via FunctionWrappers.jl - is this still an issue? Just wondering since it may affect the design of a project of ours. |
Yes still an issue on PowerPC and AArch64 afaik |
Will this have any practical implications for Apple-Silicon systems? |
We have reports of users running into these problem at JuliaIO/HDF5.jl#811 (comment) |
I just checked. It seems PPC has gained support for trampoline's, but we end up calling Grepping for |
If I understand it correctly, this might be addressed upstream by llvm/llvm-project#70267 |
The good news is that the AArch64 builds are back, the bad new is that the test are failing.
From https://build.julialang.org/#/builders/86/builds/206/steps/2/logs/stdio
@vtjnash is this the issue with trampoline suppport on ARM that you mentioned a while back?
The text was updated successfully, but these errors were encountered: