[cfe-commits] r133114 - /cfe/trunk/test/SemaObjC/arc-unsafe_unretained.m

John McCall rjmccall at apple.com
Wed Jun 15 17:32:01 PDT 2011


Author: rjmccall
Date: Wed Jun 15 19:32:01 2011
New Revision: 133114

URL: http://llvm.org/viewvc/llvm-project?rev=133114&view=rev
Log:
Give this test a triple;  I don't think we want to #define __unsafe_unretained
on all platforms in non-ARC mode.


Modified:
    cfe/trunk/test/SemaObjC/arc-unsafe_unretained.m

Modified: cfe/trunk/test/SemaObjC/arc-unsafe_unretained.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaObjC/arc-unsafe_unretained.m?rev=133114&r1=133113&r2=133114&view=diff
==============================================================================
--- cfe/trunk/test/SemaObjC/arc-unsafe_unretained.m (original)
+++ cfe/trunk/test/SemaObjC/arc-unsafe_unretained.m Wed Jun 15 19:32:01 2011
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fsyntax-only -verify -fblocks -fobjc-nonfragile-abi %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -verify -fblocks -fobjc-nonfragile-abi %s
 // RUN: %clang_cc1 -fsyntax-only -verify -fblocks -fobjc-nonfragile-abi -fobjc-arc %s
 
 struct X {





More information about the cfe-commits mailing list