summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/2009-07-31-DbgDeclare.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/2009-07-31-DbgDeclare.c')
-rw-r--r--test/CodeGen/2009-07-31-DbgDeclare.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/2009-07-31-DbgDeclare.c b/test/CodeGen/2009-07-31-DbgDeclare.c
index 3ccb263..b1d8220 100644
--- a/test/CodeGen/2009-07-31-DbgDeclare.c
+++ b/test/CodeGen/2009-07-31-DbgDeclare.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -S -g -o %t.s %s
+// RUN: %clang_cc1 -S -debug-info-kind=limited -o %t.s %s
void foo() {
int i = 0;
i = 42;
OpenPOWER on IntegriCloud