summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/debug-info-impl.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/debug-info-impl.m')
-rw-r--r--test/CodeGenObjC/debug-info-impl.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/debug-info-impl.m b/test/CodeGenObjC/debug-info-impl.m
index 556bf0e..a648ea1 100644
--- a/test/CodeGenObjC/debug-info-impl.m
+++ b/test/CodeGenObjC/debug-info-impl.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -g -S -emit-llvm %s -o - | FileCheck %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -debug-info-kind=limited -S -emit-llvm %s -o - | FileCheck %s
@interface NSObject {
struct objc_object *isa;
}
OpenPOWER on IntegriCloud