summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/synthesize_ivar.m
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-09-12 10:45:52 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-09-12 10:45:52 +0000
commitf331aa9c00d46f4fca65cb16ebef97e6749fbd88 (patch)
treeee8dc40237512e48d8d038078981894add5ec19a /clang/test/CodeGenObjC/synthesize_ivar.m
parent6223834f1f397f4ec375725760f4b567c045d018 (diff)
downloadbcm5719-llvm-f331aa9c00d46f4fca65cb16ebef97e6749fbd88.tar.gz
bcm5719-llvm-f331aa9c00d46f4fca65cb16ebef97e6749fbd88.zip
clang/test/CodeGenObjC: [PR13820] Suppress LLP64-incompatible tests.
llvm-svn: 163701
Diffstat (limited to 'clang/test/CodeGenObjC/synthesize_ivar.m')
-rw-r--r--clang/test/CodeGenObjC/synthesize_ivar.m3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/CodeGenObjC/synthesize_ivar.m b/clang/test/CodeGenObjC/synthesize_ivar.m
index e4fbe101a64..92f6096b7e4 100644
--- a/clang/test/CodeGenObjC/synthesize_ivar.m
+++ b/clang/test/CodeGenObjC/synthesize_ivar.m
@@ -1,5 +1,8 @@
// RUN: %clang_cc1 -emit-llvm -o %t %s
+// PR13820
+// REQUIRES: LP64
+
@interface I
@property int IP;
@end
OpenPOWER on IntegriCloud