[LLVMdev] Question about llc --filetype=obj

Reid Kleckner rnk at google.com
Sat Aug 16 12:06:06 PDT 2014


llc will directly emit an object file with -filetype=obj.


On Sat, Aug 16, 2014 at 11:13 AM, Rodney M. Bates <rodney_bates at lcwb.coop>
wrote:

> 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?
>
> If the former, is there an option to get it to leave the assembly file
> undeleted?
>
>
> --
> Rodney Bates
> rodney.m.bates at acm.org
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140816/2c2ec0ed/attachment.html>


More information about the llvm-dev mailing list