clang/test: [PR13820] Suppress LLP64-incompatible tests for ObjC with +Asserts.
llvm-svn: 163709
This commit is contained in:
parent
bf05d8dd91
commit
cb0a08ac77
@ -1,5 +1,8 @@
|
|||||||
// RUN: %clang_cc1 -emit-llvm-only -fobjc-runtime=gcc %s
|
// RUN: %clang_cc1 -emit-llvm-only -fobjc-runtime=gcc %s
|
||||||
|
|
||||||
|
// PR13820
|
||||||
|
// REQUIRES: LP64
|
||||||
|
|
||||||
@protocol MadeUpProtocol;
|
@protocol MadeUpProtocol;
|
||||||
|
|
||||||
@interface Object <MadeUpProtocol> @end
|
@interface Object <MadeUpProtocol> @end
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
// RUN: %clang -x objc++-cpp-output -c %s -o /dev/null
|
// RUN: %clang -x objc++-cpp-output -c %s -o /dev/null
|
||||||
|
|
||||||
|
// PR13820
|
||||||
|
// REQUIRES: LP64
|
||||||
|
|
||||||
// Should compile without errors
|
// Should compile without errors
|
||||||
@protocol P
|
@protocol P
|
||||||
- (void)m;
|
- (void)m;
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
// RUN: %clang -x objc-cpp-output -c %s -o /dev/null
|
// RUN: %clang -x objc-cpp-output -c %s -o /dev/null
|
||||||
|
|
||||||
|
// PR13820
|
||||||
|
// REQUIRES: LP64
|
||||||
|
|
||||||
// Should compile without errors
|
// Should compile without errors
|
||||||
@protocol P
|
@protocol P
|
||||||
- (void)m;
|
- (void)m;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user