[cfe-commits] r68179 - /cfe/trunk/test/CodeGenObjC/synthesize_ivar.m

Fariborz Jahanian fjahanian at apple.com
Wed Apr 1 09:44:37 PDT 2009


On Mar 31, 2009, at 7:55 PM, Eli Friedman wrote:

> Author: efriedma
> Date: Tue Mar 31 21:55:21 2009
> New Revision: 68179
>
> URL: http://llvm.org/viewvc/llvm-project?rev=68179&view=rev
> Log:
> Fix test failure on Linux by forcing the triple to OS X.

Thanks.
- Fariborz

>
>
>
> Modified:
>    cfe/trunk/test/CodeGenObjC/synthesize_ivar.m
>
> Modified: cfe/trunk/test/CodeGenObjC/synthesize_ivar.m
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/synthesize_ivar.m?rev=68179&r1=68178&r2=68179&view=diff
>
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- cfe/trunk/test/CodeGenObjC/synthesize_ivar.m (original)
> +++ cfe/trunk/test/CodeGenObjC/synthesize_ivar.m Tue Mar 31 21:55:21  
> 2009
> @@ -1,4 +1,4 @@
> -// RUN: clang-cc -arch x86_64 -emit-llvm -o %t %s
> +// RUN: clang-cc -triple x86_64-apple-darwin10 -emit-llvm -o %t %s
>
> @interface I
> {
>
>
> _______________________________________________
> 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