[PATCH] D36313: [llvm-dwarfdump] - Print section name and index when dumping .debug_info ranges

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 4 10:26:42 PDT 2017


aprantl added inline comments.


================
Comment at: lib/DebugInfo/DWARF/DWARFDie.cpp:64
+
+    std::string NameIndex = "N/A";
+    if (Range.SectionIndex != -1ULL)
----------------
I think I would prefer an empty string instead of "N/A".


https://reviews.llvm.org/D36313





More information about the llvm-commits mailing list