[PATCH] D69462: [DebugInfo]: Support for debug_loclists.dwo section in llvm and llvm-dwarfdump.

Pavel Labath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 21 01:39:12 PST 2019


labath added a comment.

The consumption side looks good to me. I'll leave it to David to figure out the production and testing story..



================
Comment at: llvm/lib/DebugInfo/DWARF/DWARFDie.cpp:92
       FormValue.dump(OS, DumpOpts);
+
       if (auto LoclistOffset = U->getLoclistOffset(Offset))
----------------
revert the whitespace change too


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

https://reviews.llvm.org/D69462





More information about the llvm-commits mailing list