Displaying 1 result from an estimated 1 matches for "jfrom".
Did you mean:
from
2015 Apr 01
2
[LLVMdev] Dynamic linking (dlopen/dlsym) against LLVM from a C program
[Resending as my previous message was sent to moderation. The list
info page doesn't mention this is a subscriber only list]
I'm trying to write a .so which will be loaded using dlopen and called
using dlopen. The application is written in C and I want to use the
LLVM C API jfrom it. Obviously it will end up calling C++ functions
internally but as long as I expose a C API to the application I should
be ok.
I have a code that compiles fine but when I try to call it from the
application dlopen complains about missing C++ symbols. It seems for
some reason the LLVM shared libr...