[PATCH] D53545: [DWARF][NFC] NFC patch for reverted r342218 (refactoring rangelist handling)

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 23 14:11:59 PDT 2018


JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.

I only did a quick scan as it was reviewed before. Is there a particular area I should pay extra attention too? If not this LGTM.



================
Comment at: include/llvm/DebugInfo/DWARF/DWARFListTable.h:164
   std::map<uint32_t, DWARFListType> ListMap;
+  DWARFContext *C;
+  /// True if this list is located in a split-DWARF (dwo or dwp) file.
----------------
Nit: Ctx?


https://reviews.llvm.org/D53545





More information about the llvm-commits mailing list