[LLVMdev] Getting rid of tabs in LLVM's assembly output?
Caldarale, Charles R
Chuck.Caldarale at unisys.com
Tue Dec 18 11:36:43 PST 2012
> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu]
> On Behalf Of Eli Bendersky
> Subject: [LLVMdev] Getting rid of tabs in LLVM's assembly output?
> Problem: I then get tabs in my tests, which are discouraged by LLVM's
> own code standards, because assembly output uses tabs extensively.
> Proposal: get rid of tabs by just replacing them with two spaces everywhere.
That will cause some really ugly output; can a somewhat more intelligent formatter be used to keep columns aligned?
- Chuck
THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers.
More information about the llvm-dev
mailing list