Reapply r262092: [FileCheck] Abort if -NOT is combined with another suffix.
authorPaul Robinson <paul_robinson@playstation.sony.com>
Mon, 29 Feb 2016 22:13:03 +0000 (22:13 +0000)
committerPaul Robinson <paul_robinson@playstation.sony.com>
Mon, 29 Feb 2016 22:13:03 +0000 (22:13 +0000)
commita908e7bd4d859828d36459c8f65781ad8d5cdc17
tree014681e55d1b7b4cf128177b7006f2a51a3b72ea
parent999dc75c120e5b4c65d07b09ed5f64204e2aecb4
Reapply r262092: [FileCheck] Abort if -NOT is combined with another suffix.
Combinations of suffixes that look useful are actually ignored;
complaining about them will avoid mistakes.

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

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