[Lldb-commits] [PATCH] D73781: [lldb/DWARF] Don't assume that a SymbolFileDWARFDwo contains one compile unit
    Pavel Labath via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Wed Feb  5 20:38:31 PST 2020
    
    
  
labath marked 2 inline comments as done.
labath added inline comments.
================
Comment at: lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwoDwp.cpp:29
+    : SymbolFileDWARFDwo(dwarf_cu.GetSymbolFileDWARF(), objfile,
+                         dwarf_cu.GetID()),
+      m_dwp_symfile(dwp_symfile), m_dwo_id(dwo_id) {}
----------------
JDevlieghere wrote:
> Did you forget to clang-format?
Nope, this is already clang-formatted.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73781/new/
https://reviews.llvm.org/D73781
    
    
More information about the lldb-commits
mailing list