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
The llvm_array function expects the element type to be given as a LLVMType value. However, no function is provided for creating an LLVMType for pointers.
A related problem is that the llvm_ptr command can only specify pointers that are accessible via a sequence of pointer dereferences and struct member lookups; we can't express array indexing.
The text was updated successfully, but these errors were encountered:
The
llvm_array
function expects the element type to be given as aLLVMType
value. However, no function is provided for creating anLLVMType
for pointers.A related problem is that the
llvm_ptr
command can only specify pointers that are accessible via a sequence of pointer dereferences and struct member lookups; we can't express array indexing.The text was updated successfully, but these errors were encountered: