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

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 12 20:56:52 PDT 2019


reames added a comment.

I tried applying the patch again, and discovered the problem.  Phabricator was stripping out the binary portions, so I wasn't getting the test changes.  (I'd also seen a build failure last time, but didn't see that again.)

I went ahead and rebuilt the test locally.  There's a few diffs in the tests caused by differences in codegen since the original object file was created.  The biggest is we appear to be more aggressive about folding stack references.

Please let me know if you spot any problem with what I submitted.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D59020





More information about the llvm-commits mailing list