[LLVMdev] Having JIT resolve extern "C" functions declared in executible
Carter Cheng
carter_cheng at yahoo.com
Thu Jul 2 01:05:49 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.
Sorry for the double post but apparently I mistakenly tagged this message onto the bottom of another thread.
More information about the llvm-dev
mailing list