clang/test/CodeGenObjC: [PR13820] Suppress LLP64-incompatible tests.

llvm-svn: 163701
This commit is contained in:
NAKAMURA Takumi 2012-09-12 10:45:52 +00:00
parent 6223834f1f
commit f331aa9c00
4 changed files with 12 additions and 0 deletions

View 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;

View 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 *, ...);

View 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

View File

@ -1,5 +1,8 @@
// RUN: %clang_cc1 -emit-llvm -o %t %s
// PR13820
// REQUIRES: LP64
@interface I
@property int IP;
@end