Thanks dblaikie for reminding me. llvm-svn: 214239
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
FileCheck should check to make sure the prefix was found, and not a word containing it (e.g -check-prefix=BASEREL shouldn't match NOBASEREL). Patch by Ron Ofir. llvm-svn: 188221