We have a bug currently: printed tag names might overlap the
value column. It happens for MIPS now.
This patch adds a logic to calculate the size of indentation on fly
to fix such issues.
Paths
| Differential D72838
[llvm-objdump] - Fix the indentation when printing dynamic tags. ClosedPublic Authored by grimar on Jan 16 2020, 5:26 AM.
Details Summary We have a bug currently: printed tag names might overlap the This patch adds a logic to calculate the size of indentation on fly
Diff Detail
Event Timelinegrimar marked 2 inline comments as done. Comment Actions
This revision is now accepted and ready to land.Jan 17 2020, 5:28 AM MaskRay added inline comments.
grimar added inline comments.
Closed by commit rG547530cc6a82: [llvm-objdump] - Fix the indentation when printing dynamic tags. (authored by grimar). · Explain WhyJan 20 2020, 1:30 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 239036 llvm/test/tools/llvm-objdump/elf-dynamic-section-machine-specific.test
llvm/test/tools/llvm-objdump/elf-dynamic-section.test
llvm/tools/llvm-objdump/ELFDump.cpp
|
"a values row" -> "the value column"
"a minimal reasonable indentation" -> "the minimal possible indentation"