Hmm…doesn't FileCheck warn if there are no CHECK directives? What happened here?
On Apr 1, 2013, at 15:58 , Matt Beaumont-Gay <[email protected]> wrote: > Author: matthewbg > Date: Mon Apr 1 17:58:48 2013 > New Revision: 178510 > > URL: http://llvm.org/viewvc/llvm-project?rev=178510&view=rev > Log: > Fix typo in test > > Modified: > cfe/trunk/test/Driver/r600-mcpu.cl > > Modified: cfe/trunk/test/Driver/r600-mcpu.cl > URL: > http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/r600-mcpu.cl?rev=178510&r1=178509&r2=178510&view=diff > ============================================================================== > --- cfe/trunk/test/Driver/r600-mcpu.cl (original) > +++ cfe/trunk/test/Driver/r600-mcpu.cl Mon Apr 1 17:58:48 2013 > @@ -37,7 +37,7 @@ > // RV730-CHECK: "-target-cpu" "rv730" > // RV770-CHECK: "-target-cpu" "rv770" > // CEDAR-CHECK: "-target-cpu" "cedar" > -// REDOWOOD-CHECK: "-target-cpu" "redwood" > +// REDWOOD-CHECK: "-target-cpu" "redwood" > // JUNIPER-CHECK: "-target-cpu" "juniper" > // CYPRESS-CHECK: "-target-cpu" "cypress" > // BARTS-CHECK: "-target-cpu" "barts" > > > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
