[LLVMdev] standalone llvm

Patrick Meredith pmeredit at uiuc.edu
Wed Apr 12 20:48:16 PDT 2006


On Apr 12, 2006, at 10:23 PM, Simon Burton wrote:

>
> Is it possible to get llvm to generate native machine code
> without using gcc and friends ? Do I use lli ?

llc.  llc --help lists all the options.  it compiles llvm bytecode  
files.

>
> I'd like to directly create executable code that i can
> stick in memory somewhere and jump into (call).
>
> (I'm looking to use llvm in a BSD licensed project).
>
> Simon.
>
> -- 
> Simon Burton, B.Sc.
> Licensed PO Box 8066
> ANU Canberra 2601
> Australia
> Ph. 61 02 6249 6940
> http://arrowtheory.com
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev




More information about the llvm-dev mailing list