[LLVMdev] clang: call extern function using JIT

Eric Christopher echristo at apple.com
Tue Aug 17 14:02:53 PDT 2010


On Aug 17, 2010, at 1:56 PM, gafferuk wrote:

> 
> hi, im creating a music application(image below).
> 
> At the moment im using tcc compiler but im moving across to clang because of
> the improved compiler warnings.
> Can anyone please explain and show code so I can use clang's JIT to call
> functions in my application?

You'll probably want to take a look at the Kaleidoscope tutorial[1] on how to get
the JIT up and running inside an application of its own.  If you can give me
a little more information as to what you're trying to JIT it'd be helpful.

-eric

[1] http://llvm.org/docs/tutorial/



More information about the llvm-dev mailing list