Skip to content
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

llvmcall: verify that the number of arguments is equal to number of argument types #54943

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

KristofferC
Copy link
Sponsor Member

Currently, giving too many arguments makes them just be ignored.

@vchuravy
Copy link
Sponsor Member

I wonder if llvmcall supports VarArg> I think ccall with llvmcall calling convention does, but I don't know if I ever tried Tuple{Int, VarArg{Int}} to a llvmcall

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants