[LLVMdev] llc - generation of native machine code

Eli Friedman eli.friedman at gmail.com
Mon Jul 27 09:24:26 PDT 2009


On Mon, Jul 27, 2009 at 8:25 AM, Rudskyy<tema13tema at yahoo.de> wrote:
> But now I am looking for generation of machine code for my target. I have
> seen, that “llc” has option "-filetype".
>
> It has default value "-filetype=asm", but has more values, as
> "-filetype=obj" and "-filetype=dynlib".
>
> “obj” is very interesting, but it till not supported L

There's work in progress to make this work properly, but it's still a
while off.  See http://wiki.llvm.org/Direct_Object_Code_Emission .

-Eli




More information about the llvm-dev mailing list