julia
julia copied to clipboard
llvmcall: verify that the number of arguments is equal to number of argument types
Currently, giving too many arguments makes them just be ignored.
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