[PATCH] D63393: [llvm-objdump] Remove unnecessary indentation when dumping ELF data.

Yuanfang Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 18 07:51:50 PDT 2019


ychen added a comment.

In D63393#1547972 <https://reviews.llvm.org/D63393#1547972>, @jhenderson wrote:

> I don't think you need the `tr` bit. If you have any tabs, the FileCheck will fail, because the whitespace in the lines doesn't contain any tabs.


Agree. Test updated.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63393/new/

https://reviews.llvm.org/D63393





More information about the llvm-commits mailing list