[LLVMdev] Question about llc --filetype=obj

Chad Rosier mcrosier at codeaurora.org
Sat Aug 16 16:05:19 PDT 2014


Rodney,
> If I invoke "llc --filetype=obj ...", does it still generate textual
> assembly and
> run an assembler on that, or just go to object format directly?

We have an integrated assembler, so if you specify --filetype=obj it will
emit an object file directly.  If you want assembly use --filetype=asm.

 Chad





More information about the llvm-dev mailing list