[LLVMdev] Ответ: using dynamic libraries from bytecode?

Chris Lattner sabre at nondot.org
Thu Jun 19 21:58:41 PDT 2008


On Jun 19, 2008, at 12:33 AM, Yaroslav Kavenchuk wrote:
> Many thanks! This is works. Nice!
>
> Next question: there is a standard portable way to do so (load dynamic
> library) from the body of the program (from bytecode)?

No, you should call dlopen or whatever native routine is appropriate  
for your system.

-Chris



More information about the llvm-dev mailing list