diff options
Diffstat (limited to 'test/CodeGenObjC/property.m')
-rw-r--r-- | test/CodeGenObjC/property.m | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/CodeGenObjC/property.m b/test/CodeGenObjC/property.m index 16881d608bf2e..aab7c73ad0697 100644 --- a/test/CodeGenObjC/property.m +++ b/test/CodeGenObjC/property.m @@ -1,4 +1,7 @@ -// RUN: %clang_cc1 -emit-llvm -o - %s | FileCheck %s +// RUN: %clang_cc1 -triple i386-unknown-unknown -emit-llvm -o - %s | FileCheck %s + +// PR13820 +// REQUIRES: LP64 // TODO: actually test most of this instead of just emitting it |