[PATCH] D57365: [llvm-readobj] Add a flag to dump just the section-to-segment mapping.

Matt Davis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 29 12:52:22 PST 2019


mattd updated this revision to Diff 184158.
mattd marked an inline comment as done.
mattd added a comment.

- Moved the call to `printSectionMapping` after printSectionHeaders`
- Specifying `--program-headers` will still print the section mapping; however, the calls to `printSectionMapping` has been removed from the body of `printProgramHeaders`




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

https://reviews.llvm.org/D57365

Files:
  llvm/tools/llvm-readobj/ELFDumper.cpp
  llvm/tools/llvm-readobj/ObjDumper.h
  llvm/tools/llvm-readobj/llvm-readobj.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57365.184158.patch
Type: text/x-patch
Size: 6555 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190129/78bc22a2/attachment.bin>


More information about the llvm-commits mailing list