[PATCH] D81590: [llvm-objdump] Decrease instruction indentation for non-x86
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 11 01:14:59 PDT 2020
jhenderson accepted this revision.
jhenderson added a comment.
This revision is now accepted and ready to land.
Seems reasonable to me. I take it we don't have any supported targets with 64-bit instructions (or at least more than 32-bits)? Similarly, I assume GNU indents to the same width for e.g. thumb 16-bit instructions as well as 32-bit instructions?
I'm happy with us moving towards better GNU compatibility for some targets without breaking it for others.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81590/new/
https://reviews.llvm.org/D81590
More information about the llvm-commits
mailing list