[LLVMdev] using dynamic libraries from bytecode?

Eric Christopher echristo at apple.com
Wed Jun 18 22:47:50 PDT 2008


On Jun 18, 2008, at 6:39 AM, Yaroslav Kavenchuk wrote:

> Is it possible to use dynamic library (*.so *.dll) from bytecode?
> If "yes" - how?

You can. Probably the easiest way is to link the .so to the application
that will be creating, loading and then running the bytecode.

-eric



More information about the llvm-dev mailing list