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

Eric Christopher via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 29 15:38:24 PDT 2018


echristo added inline comments.


================
Comment at: llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFListTable.h:165
+  /// True if this list is located in a split-DWARF (dwo or dwp) file.
+  bool isDWO;
   /// This string is displayed as a heading before the list is dumped
----------------
Trying to figure out a way around isDWO as a boolean argument and data member would be great.


Repository:
  rL LLVM

https://reviews.llvm.org/D53545





More information about the llvm-commits mailing list