]> granicus.if.org Git - clang/commitdiff
clang/test/CodeGenObjC: [PR13820] Suppress LLP64-incompatible tests.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 12 Sep 2012 10:45:52 +0000 (10:45 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 12 Sep 2012 10:45:52 +0000 (10:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163701 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/objc2-ivar-assign.m
test/CodeGenObjC/property.m
test/CodeGenObjC/synthesize_ivar-cont-class.m
test/CodeGenObjC/synthesize_ivar.m

index af768007212b0f559f0293030ce00a4437db9350..05a7b353cfeb4c9c9d2a29b4758df66160827355 100644 (file)
@@ -1,6 +1,9 @@
 // RUN: %clang_cc1 -fobjc-gc -emit-llvm -o %t %s
 // RUN: grep objc_assign_ivar %t | count 6
 
+// PR13820
+// REQUIRES: LP64
+
 @interface I @end
 
 typedef I TI;
index 16881d608bf2e786ecc88a4bd339aaf890309288..f72b52b3ebf81d699d1757d47df60c8145e4933f 100644 (file)
@@ -1,5 +1,8 @@
 // RUN: %clang_cc1 -emit-llvm -o - %s | FileCheck %s
 
+// PR13820
+// REQUIRES: LP64
+
 // TODO: actually test most of this instead of just emitting it
 
 int printf(const char *, ...);
index 6bc7ac8170efc5c4dd8bfc670f3bcaefc4c2a015..98227023318e42e4be0072927aa5170826d3de9a 100644 (file)
@@ -1,6 +1,9 @@
 // RUN: %clang_cc1 -emit-llvm -o %t %s
 // RUN: grep '@"OBJC_IVAR_$_XCOrganizerDeviceNodeInfo.viewController"' %t
 
+// PR13820
+// REQUIRES: LP64
+
 @interface XCOrganizerNodeInfo
 @property (readonly, retain) id viewController;
 @end
index e4fbe101a64813ec4d3d5efd4fe89a4cde65ec58..92f6096b7e4db49d2ac372eee2213b21991bb31d 100644 (file)
@@ -1,5 +1,8 @@
 // RUN: %clang_cc1 -emit-llvm -o %t %s
 
+// PR13820
+// REQUIRES: LP64
+
 @interface I
 @property int IP;
 @end