[all-commits] [llvm/llvm-project] c963b5: [test][llvm-dwarfdump] Add extra test case for inv...
James Henderson via All-commits
all-commits at lists.llvm.org
Mon Jan 27 07:35:10 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c963b5fbd61ad1407dda1b1e5bb87dc0fc207266
https://github.com/llvm/llvm-project/commit/c963b5fbd61ad1407dda1b1e5bb87dc0fc207266
Author: James Henderson <jh7370 at my.bristol.ac.uk>
Date: 2020-01-27 (Mon, 27 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] Add extra test case for invalid MD5 form
A subsequent patch will change how an invalid file name table is handled
to allow parsing to continue. This patch adds a test case that will
demonstrate a difference in behaviour with that change between invalid
file tables where the error is before the end of the stated prologue
length and where the error occurs after the stated length.
Reviewed by: dblaikie
Differential Revision: https://reviews.llvm.org/D72157
More information about the All-commits
mailing list