[PATCH] D17587: [FileCheck] Abort if -NOT is combined with another suffix

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 25 12:50:35 PST 2016


arsenm added a comment.

In http://reviews.llvm.org/D17587#362122, @probinson wrote:

>




> Another one I've tripped over is that if you specify multiple -check-prefix options, FileCheck won't detect typos.  It insists that any specified combination of prefixes must result in a nonzero number of checks, but it doesn't verify that each individual prefix occurs at least once.


I would not want it to verify that each individual prefix occurs at least once


http://reviews.llvm.org/D17587





More information about the llvm-commits mailing list