[PATCH] D71755: [test][llvm-dwarfdump] Normalise contents and checks for line tables

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 20 05:38:57 PST 2019


jhenderson created this revision.
jhenderson added reviewers: ikudrin, dblaikie, probinson, MaskRay, JDevlieghere.
Herald added a project: LLVM.

The line tables in debug_line_malformed.s had contents that varied more than was necessary for the testing, making it harder to follow what was important. This patch normalises them so that they all share more-or-less the same body. Additionally, it makes the testing for what was printed more consistent, to show that the right parts of the line table prologue and body are/are not parsed and printed.

Depends on D71753 <https://reviews.llvm.org/D71753>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D71755

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: D71755.234867.patch
Type: text/x-patch
Size: 20010 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191220/c495cf94/attachment-0001.bin>


More information about the llvm-commits mailing list