[test][llvm-dwarfdump][NFC] Improve test readability
authorJames Henderson <jh7370@my.bristol.ac.uk>
Fri, 20 Dec 2019 11:30:37 +0000 (11:30 +0000)
committerJames Henderson <jh7370@my.bristol.ac.uk>
Thu, 2 Jan 2020 16:59:09 +0000 (16:59 +0000)
commit0ae9e952f73f97f2d4355f82a83770835dd835ea
treeed85117d10ccc99fd0aec64578a305847e23dda8
parent437f9ec140b769c4603f2dbbe8fe03cefd6db28c
[test][llvm-dwarfdump][NFC] Improve test readability

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.

Reviewed by: JDevlieghere

Differential Revision: https://reviews.llvm.org/D71752
llvm/test/tools/llvm-dwarfdump/X86/Inputs/debug_line_malformed.s
llvm/test/tools/llvm-dwarfdump/X86/debug_line_invalid.test