[cfe-commits] r156493 - /cfe/trunk/test/Driver/target-triple-deployment.c

Chandler Carruth chandlerc at google.com
Wed May 9 11:29:08 PDT 2012


2012/5/9 Chad Rosier <mcrosier at apple.com>

> Author: mcrosier
> Date: Wed May  9 13:23:04 2012
> New Revision: 156493
>
> URL: http://llvm.org/viewvc/llvm-project?rev=156493&view=rev
> Log:
> Update test case for new default of 3.0
>
> Modified:
>    cfe/trunk/test/Driver/target-triple-deployment.c
>

Maybe we shouldn't check the version numbers here in specificity, and rely
on the llvm::Triple tests?


>
> Modified: cfe/trunk/test/Driver/target-triple-deployment.c
> URL:
> http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/target-triple-deployment.c?rev=156493&r1=156492&r2=156493&view=diff
>
> ==============================================================================
> --- cfe/trunk/test/Driver/target-triple-deployment.c (original)
> +++ cfe/trunk/test/Driver/target-triple-deployment.c Wed May  9 13:23:04
> 2012
> @@ -21,10 +21,10 @@
>  // CHECK: 10.7.0
>  // CHECK: {{ld(.exe)?"}}
>  // CHECK: -iphoneos_version_min
> -// CHECK: 0.0.0
> +// CHECK: 3.0.0
>  // CHECK: {{ld(.exe)?"}}
>  // CHECK: -iphoneos_version_min
> -// CHECK: 0.0.0
> +// CHECK: 3.0.0
>  // CHECK: {{ld(.exe)?"}}
>  // CHECK: -iphoneos_version_min
>  // CHECK: 1.2.3
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120509/5b7138c9/attachment.html>


More information about the cfe-commits mailing list