[Lldb-commits] [PATCH] D61501: 02/06: Finish renaming CompileUnit->Unit

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri May 3 07:14:30 PDT 2019


labath accepted this revision.
labath added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp:1767
         DWARFUnit *dwarf_cu =
-            debug_info->GetCompileUnit(cu_offset, &cu_idx);
+            debug_info->GetUnit(cu_offset, &cu_idx);
         if (dwarf_cu) {
----------------
did you clang-format the patch? It looks like this could fit on a single line now..


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D61501





More information about the lldb-commits mailing list