[PATCH] D66600: Add encode and decode methods to InlineInfo and document encoding format to the GSYM file format

Greg Clayton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 22 09:41:11 PDT 2019


clayborg created this revision.
clayborg added reviewers: aprantl, JDevlieghere, jakehehrlich, echristo, lemo, phosek, vsk, MaskRay.
clayborg retitled this revision from "Add encode and decode methods to InlineInfo and document encoding format." to "Add encode and decode methods to InlineInfo and document encoding format to the GSYM file format".

The full GSYM patch started with: https://reviews.llvm.org/D53379

This patch adds the ability to encode and decode InlineInfo objects and adds test coverage.


https://reviews.llvm.org/D66600

Files:
  include/llvm/DebugInfo/GSYM/InlineInfo.h
  lib/DebugInfo/GSYM/InlineInfo.cpp
  unittests/DebugInfo/GSYM/GSYMTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66600.216646.patch
Type: text/x-patch
Size: 6458 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190822/9acfa939/attachment.bin>


More information about the llvm-commits mailing list