search for: ff21d3a4

Displaying 2 results from an estimated 2 matches for "ff21d3a4".

2012 Nov 13
0
[LLVMdev] call/link to host program function
Hi, On 12/11/12 20:05, edA-qa mort-ora-y wrote: > I would like to have my IR call a function which exists in the host > program (the one which is creating the ExecutionEngine). I don't see > from the docs on Linker, ExecutionEngine, or Module how I would go about > doing this. > > That is, I have a function like this in my C++ code: > void callback( int64_t object,
2012 Nov 12
2
[LLVMdev] call/link to host program function
I would like to have my IR call a function which exists in the host program (the one which is creating the ExecutionEngine). I don't see from the docs on Linker, ExecutionEngine, or Module how I would go about doing this. That is, I have a function like this in my C++ code: void callback( int64_t object, int32_t value ); I would like to produce IR which links back to this function and thus