[PATCH] D66602: Add a LineTable class and test it.
Greg Clayton via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 22 10:23:45 PDT 2019
clayborg created this revision.
clayborg added reviewers: aprantl, lemo, JDevlieghere, jakehehrlich, echristo, phosek, vsk, MaskRay.
Herald added a subscriber: mgorny.
The full GSYM patch started with: https://reviews.llvm.org/D53379
This patch adds the ability to create a gsym::LineTable object, populate it, encode and decode it and test all functionality.
The full format of the LineTable encoding is specified in the header file LineTable.h.
https://reviews.llvm.org/D66602
Files:
include/llvm/DebugInfo/GSYM/FunctionInfo.h
include/llvm/DebugInfo/GSYM/LineTable.h
lib/DebugInfo/GSYM/CMakeLists.txt
lib/DebugInfo/GSYM/FunctionInfo.cpp
lib/DebugInfo/GSYM/LineTable.cpp
unittests/DebugInfo/GSYM/GSYMTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66602.216658.patch
Type: text/x-patch
Size: 22451 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190822/917f3906/attachment.bin>
More information about the llvm-commits
mailing list