Arnaud Allard de Grandmaison
2010-Jun-04 08:47 UTC
[LLVMdev] MCAsmStreamer: format symbol attributes consistently
This is just a cosmetic change in MCAsmStreamer.cpp/EmitSymbolAttribute: all attributes have now a \t before and after, as done for '.type'. This makes the output look consistent, as well as help some third party assemblers expecting the attributes to be in the second column. The patch applies cleanly on the svn head. Best regards, -- Arnaud de Grandmaison -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100604/91f945bb/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: MCAsmStreamer-format-attributes-consistently.patch Type: application/octet-stream Size: 1844 bytes Desc: MCAsmStreamer-format-attributes-consistently.patch URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100604/91f945bb/attachment.obj>
Chris Lattner
2010-Jun-21 20:35 UTC
[LLVMdev] MCAsmStreamer: format symbol attributes consistently
Applied in r106469, thanks! On Jun 4, 2010, at 1:47 AM, Arnaud Allard de Grandmaison wrote:> This is just a cosmetic change in MCAsmStreamer.cpp/EmitSymbolAttribute: all attributes have now a \t before and after, as done for ‘.type’. > > This makes the output look consistent, as well as help some third party assemblers expecting the attributes to be in the second column.-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100621/55954298/attachment.html>
Apparently Analagous Threads
- Is there a reason why MCAsmStreamer class doesn't have its own .h file?
- [LLVMdev] AsmPrinter vs. MCAsmStreamer
- Is there a reason why MCAsmStreamer class doesn't have its own .h file?
- Is there a reason why MCAsmStreamer class doesn't have its own .h file?
- Is there a reason why MCAsmStreamer class doesn't have its own .h file?