[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
Mon Aug 26 11:38:36 PDT 2019
clayborg updated this revision to Diff 217217.
clayborg added a comment.
- use llvm_unreachable when encoding InlineInfo objects. We don't want them emitted into the GSYM file and taking up space if they aren't valid.
- improve comment about terminating child InlineInfo object siblings.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66600/new/
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.217217.patch
Type: text/x-patch
Size: 7637 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190826/4281a8e3/attachment.bin>
More information about the llvm-commits
mailing list