[all-commits] [llvm/llvm-project] f6f0cb: [test][llvm-dwarfdump] Normalise contents and chec...
James Henderson via All-commits
all-commits at lists.llvm.org
Fri Jan 3 03:20:52 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f6f0cb4fd1a1bddbee82c2c02f9aae5a0e8b821a
https://github.com/llvm/llvm-project/commit/f6f0cb4fd1a1bddbee82c2c02f9aae5a0e8b821a
Author: James Henderson <jh7370 at my.bristol.ac.uk>
Date: 2020-01-03 (Fri, 03 Jan 2020)
Changed paths:
M llvm/test/tools/llvm-dwarfdump/X86/Inputs/debug_line_malformed.s
M llvm/test/tools/llvm-dwarfdump/X86/debug_line_invalid.test
Log Message:
-----------
[test][llvm-dwarfdump] Normalise contents and checks for line tables
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.
Reviewed By: JDevlieghere
Differential Revision: https://reviews.llvm.org/D71755
More information about the All-commits
mailing list