forked from OSchip/llvm-project
clang/test/CodeGenObjC: [PR13820] Suppress LLP64-incompatible tests.
llvm-svn: 163701
This commit is contained in:
parent
6223834f1f
commit
f331aa9c00
|
|
@ -1,6 +1,9 @@
|
||||||
// RUN: %clang_cc1 -fobjc-gc -emit-llvm -o %t %s
|
// RUN: %clang_cc1 -fobjc-gc -emit-llvm -o %t %s
|
||||||
// RUN: grep objc_assign_ivar %t | count 6
|
// RUN: grep objc_assign_ivar %t | count 6
|
||||||
|
|
||||||
|
// PR13820
|
||||||
|
// REQUIRES: LP64
|
||||||
|
|
||||||
@interface I @end
|
@interface I @end
|
||||||
|
|
||||||
typedef I TI;
|
typedef I TI;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,8 @@
|
||||||
// RUN: %clang_cc1 -emit-llvm -o - %s | FileCheck %s
|
// RUN: %clang_cc1 -emit-llvm -o - %s | FileCheck %s
|
||||||
|
|
||||||
|
// PR13820
|
||||||
|
// REQUIRES: LP64
|
||||||
|
|
||||||
// TODO: actually test most of this instead of just emitting it
|
// TODO: actually test most of this instead of just emitting it
|
||||||
|
|
||||||
int printf(const char *, ...);
|
int printf(const char *, ...);
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,9 @@
|
||||||
// RUN: %clang_cc1 -emit-llvm -o %t %s
|
// RUN: %clang_cc1 -emit-llvm -o %t %s
|
||||||
// RUN: grep '@"OBJC_IVAR_$_XCOrganizerDeviceNodeInfo.viewController"' %t
|
// RUN: grep '@"OBJC_IVAR_$_XCOrganizerDeviceNodeInfo.viewController"' %t
|
||||||
|
|
||||||
|
// PR13820
|
||||||
|
// REQUIRES: LP64
|
||||||
|
|
||||||
@interface XCOrganizerNodeInfo
|
@interface XCOrganizerNodeInfo
|
||||||
@property (readonly, retain) id viewController;
|
@property (readonly, retain) id viewController;
|
||||||
@end
|
@end
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,8 @@
|
||||||
// RUN: %clang_cc1 -emit-llvm -o %t %s
|
// RUN: %clang_cc1 -emit-llvm -o %t %s
|
||||||
|
|
||||||
|
// PR13820
|
||||||
|
// REQUIRES: LP64
|
||||||
|
|
||||||
@interface I
|
@interface I
|
||||||
@property int IP;
|
@property int IP;
|
||||||
@end
|
@end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue