Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [FileCheck] Add --check-prefixes as a shorthand for multiple --check-prefix ↵ | Daniel Sanders | 2016-06-14 | 1 | -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 Arsenault | 2013-11-10 | 1 | -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 |