[LLVMdev] Getting rid of tabs in LLVM's assembly output?

Eli Bendersky eliben at google.com
Tue Dec 18 13:13:04 PST 2012


On Tue, Dec 18, 2012 at 1:09 PM, Craig Topper <craig.topper at gmail.com> wrote:
> But its pretty easy to change the tabstop within the editor to make it
> readable.
>

True, in this case... The output is not trying to be intelligent in
the general case, just spitting out tabs. I agree that to replace
this, however, it would be best to look at some smart column-padded
formatting than use a constant tab -> N spaces replacement. I'll see
if this is something I can get to.

Eli



More information about the llvm-dev mailing list