[Lldb-commits] [PATCH] D62073: Introduce DWARFUnitHeader and use it to parse type units out of .debug_info
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri May 17 12:45:11 PDT 2019
aprantl added inline comments.
================
Comment at: source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp:882
+ case llvm::dwarf::DW_UT_partial:
+ return GetVersion() < 5 ? 11 :12;
+ case llvm::dwarf::DW_UT_skeleton:
----------------
clang-format?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62073/new/
https://reviews.llvm.org/D62073
More information about the lldb-commits
mailing list