[PATCH] D85739: [DebugInfo] Avoid falling in an infinite loop with a truncated .debug_str_offsets.dwo.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 13 01:31:30 PDT 2020


jhenderson added a comment.

I'm not really up to speed on the pre-v5 .dwo stuff, so best that somebody else looks at this functionality, I think.



================
Comment at: llvm/test/DebugInfo/X86/dwarfdump-str-offsets-v4-dwp-invalid.s:35
+
+    .section .debug_cu_index, "", @progbits
+## Header:
----------------
If I've followed it right, the only difference between this test case and the other one is this extra section? Could you use `--defsym`/`.if` to merge the two together?


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

https://reviews.llvm.org/D85739



More information about the llvm-commits mailing list