Displaying 1 result from an estimated 1 matches for "tp29479138p29479138".
2010 Aug 19
1
[LLVMdev] how to runFunction? passing in an int
...the examples I can find are old.
llvm::Function *EntryFn = Mod->getFunction("createModule");
if (!EntryFn) {
return 255;
}
else
{
EE->runFunction(EntryFn, ???????);
}
Thank you!
--
View this message in context: http://old.nabble.com/how-to-runFunction--passing-in-an-int-tp29479138p29479138.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.