[PATCH] D71752: [test][llvm-dwarfdump][NFC] Improve test readability

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


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

This patch adds and improves comments in the debug_line_invalid.test and its associated input file so that it is easier to follow. It uses '##' to make comments stand out from lit and FileCheck commands.

It also reflows some commands so that the lines are not so long and are easier to read and fixes some copy/paste errors.

This patch is the first in a series as an alternative to D71702 <https://reviews.llvm.org/D71702>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D71752

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: D71752.234865.patch
Type: text/x-patch
Size: 11809 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191220/ea447848/attachment.bin>


More information about the llvm-commits mailing list