commit | f331aa9c00d46f4fca65cb16ebef97e6749fbd88 | [log] [tgz] |
---|---|---|
author | NAKAMURA Takumi <geek4civic@gmail.com> | Wed Sep 12 10:45:52 2012 +0000 |
committer | NAKAMURA Takumi <geek4civic@gmail.com> | Wed Sep 12 10:45:52 2012 +0000 |
tree | ee8dc40237512e48d8d038078981894add5ec19a | |
parent | 6223834f1f397f4ec375725760f4b567c045d018 [diff] [blame] |
clang/test/CodeGenObjC: [PR13820] Suppress LLP64-incompatible tests. llvm-svn: 163701
diff --git a/clang/test/CodeGenObjC/objc2-ivar-assign.m b/clang/test/CodeGenObjC/objc2-ivar-assign.m index af76800..05a7b35 100644 --- a/clang/test/CodeGenObjC/objc2-ivar-assign.m +++ b/clang/test/CodeGenObjC/objc2-ivar-assign.m
@@ -1,6 +1,9 @@ // RUN: %clang_cc1 -fobjc-gc -emit-llvm -o %t %s // RUN: grep objc_assign_ivar %t | count 6 +// PR13820 +// REQUIRES: LP64 + @interface I @end typedef I TI;