[PATCH] D80299: [DebugInfo] - Fix multiple issues in DWARFDebugFrame::parse().

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 21 09:41:49 PDT 2020


aprantl added inline comments.


================
Comment at: llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp:381
+    // If the Length is 0, then this CIE is a terminator. We add it because some
+    // tools, like llvm-objdump might need it do print something special for
+    // such entries.
----------------
do -> to

what is "something special"?


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

https://reviews.llvm.org/D80299





More information about the llvm-commits mailing list