Skip to content
Snippets Groups Projects
Commit 86380ed1 authored by Ben Gamari's avatar Ben Gamari
Browse files

Document that ccall convention doesn't support varargs

We do not support foreign "C" imports of varargs functions. While this
works on amd64, in general the platform's calling convention may need
more type information that our Cmm representation can currently provide.
For instance, this is the case with Darwin's AArch64 calling convention.
Document this fact in the users guide and fix T5423 which makes use of a
disallowed foreign import.

Closes #18854.
parent d858a3ae
No related branches found
No related tags found
No related merge requests found
Pipeline #26499 failed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment