[Lldb-commits] [PATCH] D62012: Make DWARFContext dwo-aware and port debug_info sections over
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri May 17 01:27:02 PDT 2019
labath marked 2 inline comments as done.
labath added inline comments.
================
Comment at: source/Plugins/SymbolFile/DWARF/DWARFContext.cpp:47
+ m_data_debug_info);
+ else
+ return LoadOrGetSection(m_main_section_list, eSectionTypeDWARFDebugInfo,
----------------
JDevlieghere wrote:
> After the early return we can remove the else.
done.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62012/new/
https://reviews.llvm.org/D62012
More information about the lldb-commits
mailing list