]> granicus.if.org Git - clang/commitdiff
clang/test: [PR13820] Suppress LLP64-incompatible tests for ObjC with +Asserts.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 12 Sep 2012 14:26:42 +0000 (14:26 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 12 Sep 2012 14:26:42 +0000 (14:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163709 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/undefined-protocol.m
test/Driver/objc++-cpp-output.mm
test/Driver/objc-cpp-output.m

index e5a72ab602f0497239849dc401e59809c97cbe29..78cf8da336c3337072ede0d20518b5c1a384ef3b 100644 (file)
@@ -1,5 +1,8 @@
 // RUN: %clang_cc1 -emit-llvm-only -fobjc-runtime=gcc %s
 
+// PR13820
+// REQUIRES: LP64
+
 @protocol MadeUpProtocol;
 
 @interface Object <MadeUpProtocol> @end
index bb8814428ac45976435457d0909ed810665be019..9c4d55379ad143306a9b0e20ead97bd55684a359 100644 (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;
index 6d974838c1507614fb4b5b2cb8f91d24a859e364..8c174f7732051e8b8a58edeadea596867f1ae4c1 100644 (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;