[PATCH] D59020: [StackMaps] Update llvm-readobj to parse V3 Stackmaps

Jake Hughes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 8 17:14:48 PST 2019


jacob-hughes updated this revision to Diff 189969.
jacob-hughes marked an inline comment as done.
jacob-hughes edited the summary of this revision.
jacob-hughes added a comment.

Thanks for the review Philip. I've addressed your comments and split this into 3 separate revisions: the first adds the new `getSize()` accessor; the second (this one) updates the stackmap parser to parse v3 maps; and the third includes the size of the locations in the `llvm-readobj -stackmap` output.


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

https://reviews.llvm.org/D59020

Files:
  llvm/include/llvm/Object/StackMapParser.h
  llvm/test/Object/Inputs/stackmap-test.elf-x86-64
  llvm/test/Object/Inputs/stackmap-test.macho-x86-64
  llvm/test/Object/stackmap-dump.test
  llvm/tools/llvm-readobj/COFFDumper.cpp
  llvm/tools/llvm-readobj/ELFDumper.cpp
  llvm/tools/llvm-readobj/MachODumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59020.189969.patch
Type: text/x-patch
Size: 20564 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190309/65bac0f5/attachment.bin>


More information about the llvm-commits mailing list