[PATCH] D72157: [test][llvm-dwarfdump] Add extra test case for invalid MD5 form

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 3 07:44:20 PST 2020


jhenderson created this revision.
jhenderson added reviewers: ikudrin, JDevlieghere, dblaikie, probinson, MaskRay.
Herald added a project: LLVM.
jhenderson added a child revision: D72158: [DebugInfo] Make most debug line prologue errors non-fatal to parsing.

A subsequent patch will change how an invalid file name table is handled to allow parsing to continue. This patch adds a test case that will demonstrate a difference in behaviour with that change between invalid file tables where the error is before the end of the stated prologue length and where the error occurs after the stated length.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D72157

Files:
  llvm/test/tools/llvm-dwarfdump/X86/Inputs/debug_line_malformed.s
  llvm/test/tools/llvm-dwarfdump/X86/debug_line_invalid.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72157.236062.patch
Type: text/x-patch
Size: 5943 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200103/591628b7/attachment.bin>


More information about the llvm-commits mailing list