summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/property-dbg.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGenObjC/property-dbg.m')
-rw-r--r--clang/test/CodeGenObjC/property-dbg.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/property-dbg.m b/clang/test/CodeGenObjC/property-dbg.m
index e0cac9850f2..fb70747f5db 100644
--- a/clang/test/CodeGenObjC/property-dbg.m
+++ b/clang/test/CodeGenObjC/property-dbg.m
@@ -1,5 +1,5 @@
// 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
+// RUN: %clang_cc1 -triple %itanium_abi_triple -S -debug-info-kind=limited -masm-verbose -x objective-c < %s | grep DW_AT_name
@interface Foo {
int i;
}
OpenPOWER on IntegriCloud