vsk added inline comments.

================
Comment at: source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp:1531
+  if (m_compile_unit_infos.size() > 1)
+    return 0;
+
----------------
sgraenitz wrote:
> sgraenitz wrote:
> > Skipping AddOSOARanges() here.
> > Could you leave an in-source comment explaining why this is commented out?
> 
> @vsk AddOSOARanges() was commented out only temporarily. I reverted it in the 
> latest patch and added these lines with a comment. Is that what you were 
> asking for?
Ah sure sure, sorry, I missed the broader context of the change.


https://reviews.llvm.org/D52375



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to