JDevlieghere added inline comments.
================
Comment at: source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp:77
+ llvm::dyn_cast<DWARFCompileUnit>(debug_info->GetUnitAtIndex(i))) {
+ if (cu)
+ return nullptr;
----------------
Is this here to ensure that there's no two candidates? Initially I was pretty
confused by this, I think it's worth a comment.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63643/new/
https://reviews.llvm.org/D63643
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits