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: grep objc_assign_ivar %t | count 6
|
||||
|
||||
// PR13820
|
||||
// REQUIRES: LP64
|
||||
|
||||
@interface I @end
|
||||
|
||||
typedef I TI;
|
||||
|
|
|
|||
|
|
@ -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 *, ...);
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
// RUN: %clang_cc1 -emit-llvm -o %t %s
|
||||
|
||||
// PR13820
|
||||
// REQUIRES: LP64
|
||||
|
||||
@interface I
|
||||
@property int IP;
|
||||
@end
|
||||
|
|
|
|||
Loading…
Reference in New Issue