[cfe-commits] r82216 - /cfe/trunk/test/CodeGenObjC/objc2-write-barrier-2.m

Daniel Dunbar daniel at zuster.org
Fri Sep 18 01:46:07 PDT 2009


Author: ddunbar
Date: Fri Sep 18 03:46:07 2009
New Revision: 82216

URL: http://llvm.org/viewvc/llvm-project?rev=82216&view=rev
Log:
Force a triple.

Modified:
    cfe/trunk/test/CodeGenObjC/objc2-write-barrier-2.m

Modified: cfe/trunk/test/CodeGenObjC/objc2-write-barrier-2.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/objc2-write-barrier-2.m?rev=82216&r1=82215&r2=82216&view=diff

==============================================================================
--- cfe/trunk/test/CodeGenObjC/objc2-write-barrier-2.m (original)
+++ cfe/trunk/test/CodeGenObjC/objc2-write-barrier-2.m Fri Sep 18 03:46:07 2009
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fnext-runtime -fobjc-gc -fobjc-newgc-api -emit-llvm -o %t %s &&
+// RUN: clang-cc -triple x86_64-apple-darwin10 -fnext-runtime -fobjc-gc -fobjc-newgc-api -emit-llvm -o %t %s &&
 // RUN: grep -F '@objc_assign_global' %t  | count 7 &&
 // RUN: grep -F '@objc_assign_ivar' %t  | count 5 &&
 // RUN: grep -F '@objc_assign_strongCast' %t  | count 8 &&





More information about the cfe-commits mailing list