[cfe-dev] assembly output
Rahul Jain
1989.rahuljain at gmail.com
Fri Aug 16 06:32:44 PDT 2013
Clang supports different optimization levels, by default it is O0. O0 which
is same as not specifying an optimization level does not do any
optimization as such.
A more detailed document is very much needed to understand the levels
better. Here is a thread discussing the same.
http://clang-developers.42468.n3.nabble.com/Meaning-of-LLVM-optimization-levels-td4032493.html
Thanks,
Rahul
On Fri, Aug 16, 2013 at 4:32 AM, Sean Silva <silvas at purdue.edu> wrote:
> From clang's -help:
>
> -masm-verbose Generate verbose assembly output
>
>
> -- Sean Silva
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20130816/ec676be1/attachment.html>
More information about the cfe-dev
mailing list