Having JIT resolve extern "C" functions declared in executible

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.