[Lldb-commits] [PATCH] D52375: [WIP] Support multiple compile units per OSO entry in SymbolFileDWARFDebugMap

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 27 09:31:28 PDT 2018


clayborg added inline comments.


================
Comment at: source/Symbol/Symtab.cpp:520
+  return false;
+}
+
----------------
This function is still pretty specific. Any comments on my above inlined comment?


https://reviews.llvm.org/D52375





More information about the lldb-commits mailing list