[PATCH] D58701: [llvm-readobj] Print section type values for unknown sections.

Matt Davis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 27 09:00:00 PST 2019


mattd updated this revision to Diff 188561.
mattd marked 5 inline comments as done.
mattd added a comment.

- Fixed the test case (removed underscore typo, and extraneous shstrtab test).
- Emit ANDROID_REL ANDROID_RELA instead of section offsets.
- Modified the range check, allowing us to remove some now redundant code for printing the lower-bound section names.


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

https://reviews.llvm.org/D58701

Files:
  llvm/test/tools/llvm-readobj/elf-section-types.test
  llvm/tools/llvm-readobj/ELFDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58701.188561.patch
Type: text/x-patch
Size: 4456 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190227/e2df05e4/attachment.bin>


More information about the llvm-commits mailing list