[cfe-dev] assembly output
Thiago Farina
tfransosi at gmail.com
Thu Aug 15 15:35:56 PDT 2013
Hi,
Is there a way to tell clang to generate a more human-readable
assembly? And probably without any optimizations?
The way I'm doing is (I'm on Linux/Ubuntu x86_64 if that matters):
$ clang++ -S -c empty.cc
Files attached.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: empty.cc
Type: application/octet-stream
Size: 27 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20130815/4bd120e1/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: empty.s
Type: application/octet-stream
Size: 458 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20130815/4bd120e1/attachment-0001.obj>
More information about the cfe-dev
mailing list