aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/debug-info-class-extension2.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/debug-info-class-extension2.m')
-rw-r--r--test/CodeGenObjC/debug-info-class-extension2.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGenObjC/debug-info-class-extension2.m b/test/CodeGenObjC/debug-info-class-extension2.m
index bae12dce4e4d..383390c4ab31 100644
--- a/test/CodeGenObjC/debug-info-class-extension2.m
+++ b/test/CodeGenObjC/debug-info-class-extension2.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_objc_complete_type
@interface Foo {} @end