[PATCH] D42057: [FileCheck] - Do not crash on empty document when parsing --check-prefix.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 15 08:45:52 PST 2018


grimar added inline comments.


================
Comment at: test/FileCheck/check-empty2.txt:1-3
+; Check that tool does not crash for empty file.
+
+; RUN: not FileCheck -input-file %s %s -check-prefix=A
----------------
arsenm wrote:
> Isn't this a non-empty file from the comments?
Clarified the comment.


https://reviews.llvm.org/D42057





More information about the llvm-commits mailing list