[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 29 03:57:36 PDT 2019


jacob-hughes updated this revision to Diff 192798.
jacob-hughes added a comment.

I've updated the diffs for all three revisions after rebasing from the latest master branch. I didn't get any conflicts and it seems to build and pass all the tests fine for me so I'm not sure how much this will help.

If this fails again could you send me the build log so I can see what's going on? The only thing I think it could be right now is the new elf file is not running correctly on a different machine.


Repository:
  rL LLVM

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.192798.patch
Type: text/x-patch
Size: 20564 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190329/cae4a993/attachment.bin>


More information about the llvm-commits mailing list