[cfe-commits] r91309 - /cfe/trunk/test/CodeGenObjC/property-list-in-class.m
Fariborz Jahanian
fjahanian at apple.com
Mon Dec 14 10:38:32 PST 2009
Author: fjahanian
Date: Mon Dec 14 12:38:32 2009
New Revision: 91309
URL: http://llvm.org/viewvc/llvm-project?rev=91309&view=rev
Log:
Make test pass in all cases.
Modified:
cfe/trunk/test/CodeGenObjC/property-list-in-class.m
Modified: cfe/trunk/test/CodeGenObjC/property-list-in-class.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/property-list-in-class.m?rev=91309&r1=91308&r2=91309&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/property-list-in-class.m (original)
+++ cfe/trunk/test/CodeGenObjC/property-list-in-class.m Mon Dec 14 12:38:32 2009
@@ -1,4 +1,4 @@
-// RUN: clang -cc1 -fobjc-nonfragile-abi -emit-llvm -o %t %s
+// RUN: clang -cc1 -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -emit-llvm -o %t %s
// RUN: grep -F 'l_OBJC_$_PROP_LIST_C2" = internal global %8 { i32 16, i32 3' %t
@protocol P
More information about the cfe-commits
mailing list