search for: 9e05dddc

Displaying 1 result from an estimated 1 matches for "9e05dddc".

Did you mean: 9e053dd
2012 Apr 16
1
[LLVMdev] Proper way to use "host application" function from JIT code
Thanks Andrew, that makes sense actually. Just one thing, about the last point in my original email: all functions defined in the plugin will instead have to be explicitly declared extern "C" or I have to, somehow, obtain the mangled name (and what's the best/safest way to do that) if I want llvm::Module::getFunction to succeed? Andrea. On Apr 16, 2012, at 7:36 PM, Kaylor, Andrew