The format string for Byte has a leading space.
Great to have this before https://reviews.llvm.org/D62964
Differential D63393
[llvm-objdump] Remove unnecessary indentation when dumping ELF data. ychen on Jun 16 2019, 6:01 PM. Authored by
Details The format string for Byte has a leading space. Great to have this before https://reviews.llvm.org/D62964
Diff Detail
Event TimelineComment Actions You can edit test/tools/llvm-objdump/X86/disassemble-code-data-mix.s to check this. X86/disassemble-align.s is an example to check \t.
Comment Actions 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. |