You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've really started to enjoy llvmcall, and I think I have a reasonable idea how it works thanks to the close analogy with ccall. Still, both for myself and for the sake of others, it would be great to have some docs for it.
The text was updated successfully, but these errors were encountered:
Currently the only examples I can find are with parameters that are bitstypes or tuples thereof. It would be great to have even a single example where jl_value_t* s are passed. Everything I've tried has failed. LLVM just responds with jl_value_t* type not known.
I've really started to enjoy
llvmcall
, and I think I have a reasonable idea how it works thanks to the close analogy withccall
. Still, both for myself and for the sake of others, it would be great to have some docs for it.The text was updated successfully, but these errors were encountered: