summaryrefslogtreecommitdiffstats
path: root/llvm/test/FileCheck/check-multiple-prefixes-mixed.txt
Commit message (Collapse)AuthorAgeFilesLines
* [FileCheck] Add --check-prefixes as a shorthand for multiple --check-prefix ↵Daniel Sanders2016-06-141-0/+2
| | | | | | | | | | | | | | | | | options. Summary: This new alias takes a comma separated list of prefixes which allows '--check-prefix=A --check-prefix=B --check-prefix=C' to be written as '--check-prefixes=A,B,C'. Reviewers: probinson Subscribers: probinson, llvm-commits, dsanders Differential Revision: http://reviews.llvm.org/D21293 llvm-svn: 272670
* Allow multiple check prefixes in FileCheck.Matt Arsenault2013-11-101-0/+10
This is useful if you want to run multiple variations of a single test, and the majority of check lines should be the same. llvm-svn: 194343
OpenPOWER on IntegriCloud