[FileCheck] Abort if -NOT is combined with another suffix.
authorPaul Robinson <paul_robinson@playstation.sony.com>
Fri, 26 Feb 2016 23:34:02 +0000 (23:34 +0000)
committerPaul Robinson <paul_robinson@playstation.sony.com>
Fri, 26 Feb 2016 23:34:02 +0000 (23:34 +0000)
commitabcfa39566cd7c3a0f8a2c2afed17e75163fd78d
tree19c6b0d4fc857c8d46401eea0e9e7a3f03be9c4c
parente0eb8bfe378f041e1b0068bcb32eb2cc2050dfd2
[FileCheck] Abort if -NOT is combined with another suffix.
Combinations of suffixes that look useful actually are ignored;
complaining about them will avoid mistakes.

Differential Revision: http://reviews.llvm.org/D17587

llvm-svn: 262092
llvm/test/FileCheck/no-multi-suffixes.txt [new file with mode: 0644]
llvm/utils/FileCheck/FileCheck.cpp