[PATCH] D36835: [llvm-dwarfdump] Hide .debug_str and die reference offsets in brief mode

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 17 09:33:01 PDT 2017


aprantl added inline comments.


================
Comment at: llvm/lib/DebugInfo/DWARF/DWARFFormValue.cpp:487
+    else
+      OS << format(" .debug_str = ", (uint32_t)UValue);
     dumpString(OS);
----------------
I think we might even want to drop the `.debug_str =` part. What does Darwin's dwarfdump do in comparison?


Repository:
  rL LLVM

https://reviews.llvm.org/D36835





More information about the llvm-commits mailing list