[Lldb-commits] [PATCH] D62012: Make DWARFContext dwo-aware and port debug_info sections over
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu May 16 17:35:07 PDT 2019
JDevlieghere added inline comments.
================
Comment at: source/Plugins/SymbolFile/DWARF/DWARFContext.cpp:47
+ m_data_debug_info);
+ else
+ return LoadOrGetSection(m_main_section_list, eSectionTypeDWARFDebugInfo,
----------------
After the early return we can remove the else.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62012/new/
https://reviews.llvm.org/D62012
More information about the lldb-commits
mailing list