[PATCH] D102603: [llvm-objdump] Print the DEBUG type under `--section-headers`.

EsmeYi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 17 02:58:11 PDT 2021


Esme created this revision.
Esme added reviewers: jhenderson, shchenz, MaskRay, Higuoxing, PowerPC.
Herald added subscribers: rupprecht, nemanjai, emaste.
Esme requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Under the option `--section-headers`, we can only print the section types of TEXT, DATA, and BSS for now. This patch adds the DEBUG type.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D102603

Files:
  llvm/test/tools/llvm-objdump/ELF/PowerPC/section-headers-debug.test
  llvm/test/tools/llvm-objdump/XCOFF/Inputs/xcoff-debug-32.o
  llvm/test/tools/llvm-objdump/XCOFF/Inputs/xcoff-debug-64.o
  llvm/test/tools/llvm-objdump/XCOFF/xcoff-section-headers-debug.test
  llvm/tools/llvm-objdump/llvm-objdump.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102603.345798.patch
Type: text/x-patch
Size: 5109 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210517/28ada83a/attachment.bin>


More information about the llvm-commits mailing list