[LLVMdev] Resolving extern "C" functions declared in executible

Carter Cheng carter_cheng at yahoo.com
Thu Jul 2 00:09:20 PDT 2009


Hi,

I am having some difficulties getting the LLVM JIT to resolve extern "C" functions which I have defined in source file and invoking them via EE::runFunction() after generating a Function prototype for it. Is this possible or do I need to generate a .so for my functions are link against it?

Thanks in advanced,

Carter.


      



More information about the llvm-dev mailing list