[Lldb-commits] [PATCH] D63428: DWARF: Add "dwo_num" field to the DIERef class

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 20 07:04:39 PDT 2019


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


================
Comment at: source/Plugins/SymbolFile/DWARF/DIERef.h:35
+    assert(this->dwo_num() == dwo_num && "Dwo number out of range?");
+  }
 
----------------
Sounds good


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

https://reviews.llvm.org/D63428





More information about the lldb-commits mailing list