[LLVMdev] Parsing (and compiling) on demand.

lost lostfreeman at gmail.com
Sat Apr 17 13:29:03 PDT 2010


Just to do my own try. How can I use it to replace dlsym style
lookups? Any example?

> You can use it to return a function pointer when asked for a function by
> name. It can replace dlsym() style lookups.
>
> I would've expected that given its name it could be used to lazily create
> functions too, but apparently not.
>
> Nick



More information about the llvm-dev mailing list