[Lldb-commits] [PATCH] D63005: DWARF: Don't create lldb CompileUnits for DWARF type units

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 7 14:23:23 PDT 2019


aprantl added inline comments.


================
Comment at: source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp:726
   DWARFDebugInfo *info = DebugInfo();
   if (info) {
+    BuildCuTranslationTable();
----------------
```
if (!info) 
  return {};
``` 
?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63005/new/

https://reviews.llvm.org/D63005





More information about the lldb-commits mailing list