r178510 - Fix typo in test

Matt Beaumont-Gay matthewbg at google.com
Mon Apr 1 16:08:43 PDT 2013


That's how I noticed (on an internal build). Not sure why the bots
didn't complain.

On Mon, Apr 1, 2013 at 4:07 PM, Jordan Rose <jordan_rose at apple.com> wrote:
> Hmm…doesn't FileCheck warn if there are no CHECK directives? What happened
> here?
>
>
> On Apr 1, 2013, at 15:58 , Matt Beaumont-Gay <matthewbg at google.com> 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
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
>




More information about the cfe-commits mailing list