[PATCH] D80795: [llvm-dwarfdump][test] Use verbose output to check expected opcodes

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 29 06:29:18 PDT 2020


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

The debug_line_invalid.test test case was previously using the interpreted line table dumping to identify which opcodes have been parsed. This change moves to looking for the expected opcodes explicitly. This is probably a little clearer and also allows for testing some cases that wouldn't be easily identifiable from the interpreted table.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D80795

Files:
  llvm/test/tools/llvm-dwarfdump/X86/debug_line_invalid.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80795.267208.patch
Type: text/x-patch
Size: 9665 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200529/36b7808f/attachment.bin>


More information about the llvm-commits mailing list