[PATCH] D103974: [llvm-objdump] Add testing for --print-imm-hex, --headers, --section-headers and --private-headers

Owen Reynolds via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 22 03:59:27 PDT 2021


gbreynoo added inline comments.


================
Comment at: llvm/test/tools/llvm-objdump/ELF/private-headers.test:39-40
+    Type:            SHT_GNU_verdef
+    Flags:           [ SHF_ALLOC ]
+    AddressAlign:    0x0000000000000004
+    Entries:
----------------
jhenderson wrote:
> I think you probably don't need these fields?
To test the symbol version info output I wanted something here.


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

https://reviews.llvm.org/D103974



More information about the llvm-commits mailing list