aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/property-dbg.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/property-dbg.m')
-rw-r--r--test/CodeGenObjC/property-dbg.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGenObjC/property-dbg.m b/test/CodeGenObjC/property-dbg.m
index 42ab6110541d..e0cac9850f25 100644
--- a/test/CodeGenObjC/property-dbg.m
+++ b/test/CodeGenObjC/property-dbg.m
@@ -1,4 +1,5 @@
-// RUN: %clang_cc1 -S -g -masm-verbose -x objective-c < %s | grep DW_AT_name
+// FIXME: Check IR rather than asm, then triple is not needed.
+// RUN: %clang_cc1 -triple %itanium_abi_triple -S -g -masm-verbose -x objective-c < %s | grep DW_AT_name
@interface Foo {
int i;
}