[PATCH] D42057: [FileCheck] - Do not crash on empty document when parsing --check-prefix.
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 15 08:27:20 PST 2018
arsenm 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
----------------
Isn't this a non-empty file from the comments?
https://reviews.llvm.org/D42057
More information about the llvm-commits
mailing list