diff options
Diffstat (limited to 'test/CodeGenObjC/debug-info-property.m')
-rw-r--r-- | test/CodeGenObjC/debug-info-property.m | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGenObjC/debug-info-property.m b/test/CodeGenObjC/debug-info-property.m index dd105a58bdf41..6e2dcda8b54ba 100644 --- a/test/CodeGenObjC/debug-info-property.m +++ b/test/CodeGenObjC/debug-info-property.m @@ -1,4 +1,5 @@ -// RUN: %clang_cc1 -masm-verbose -S -g %s -o - | FileCheck %s +// FIXME: Check IR rather than asm, then triple is not needed. +// RUN: %clang_cc1 -triple %itanium_abi_triple -masm-verbose -S -g %s -o - | FileCheck %s // CHECK: AT_APPLE_property_name // CHECK: AT_APPLE_property_attribute |