diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-09-12 10:45:52 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-09-12 10:45:52 +0000 |
| commit | f331aa9c00d46f4fca65cb16ebef97e6749fbd88 (patch) | |
| tree | ee8dc40237512e48d8d038078981894add5ec19a /clang/test/CodeGenObjC/synthesize_ivar.m | |
| parent | 6223834f1f397f4ec375725760f4b567c045d018 (diff) | |
| download | bcm5719-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.m | 3 |
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 |

