clang/test: [PR13820] Suppress LLP64-incompatible tests for ObjC with +Asserts.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163709 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2012-09-12 14:26:42 +00:00
parent a0fed126a9
commit 0098d23677
3 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,8 @@
// RUN: %clang_cc1 -emit-llvm-only -fobjc-runtime=gcc %s
// PR13820
// REQUIRES: LP64
@protocol MadeUpProtocol;
@interface Object <MadeUpProtocol> @end

View File

@ -1,5 +1,8 @@
// RUN: %clang -x objc++-cpp-output -c %s -o /dev/null
// PR13820
// REQUIRES: LP64
// Should compile without errors
@protocol P
- (void)m;

View File

@ -1,5 +1,8 @@
// RUN: %clang -x objc-cpp-output -c %s -o /dev/null
// PR13820
// REQUIRES: LP64
// Should compile without errors
@protocol P
- (void)m;