Jorge Santiago

Results 1 comments of Jorge Santiago

After experiencing the same issue, found the root cause: `LLVMModuleRef.AddFunction(...)` returns a _pointer_ to the function. So calling `LLVMValueRef.TypeOf`, predictably, returned the `{ptr}` type instead of the function type. Looking...