[PATCH] D73045: [obj2yaml] - Better indentations in the ELF output.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 20 07:22:11 PST 2020
grimar marked an inline comment as done.
grimar added inline comments.
================
Comment at: llvm/test/tools/obj2yaml/elf-output-indentation.yaml:19
+# CHECK-NEXT: Type: SHT_PROGBITS
+# CHECK-NEXT: AddressAlign: 0x0000000000000001
+# CHECK-NEXT: - Name: .rela.text
----------------
Here the additional indentation appears because of `AddressAlign`, which is
the largest key among others. The same situation is shown below.
I did not investigate how much hard to to improve such places too yet.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73045/new/
https://reviews.llvm.org/D73045
More information about the llvm-commits
mailing list