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

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 18 03:26:02 PDT 2019


jhenderson added a comment.

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.


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