[LLVMdev] Newbie Enquiry

Misha Brukman brukman at uiuc.edu
Wed Aug 18 15:22:51 PDT 2004


On Thu, Aug 19, 2004 at 10:13:36AM +1200, Peter Ashford wrote:
> I've just started reading about LLVM and I just wanted to make sure
> that it can do what I was hoping it could do.  Am I correct in
> assuming that I could use LLVM as a backend for a compiler, emiting
> LLVM byte codes which could either be natively compiled (Sparc and
> x86) or byte code interpretted / JITed??

That is correct.

You can write your own front-end or use our C/C++ front end to emit LLVM
bytecode, and then our tools (llc, static compiler, or lli,
interpreter/jit) can generate native code from the LLVM.

-- 
Misha Brukman :: http://misha.brukman.net :: http://llvm.cs.uiuc.edu




More information about the llvm-dev mailing list