diff options
Diffstat (limited to 'test/CodeGen/2009-07-31-DbgDeclare.c')
-rw-r--r-- | test/CodeGen/2009-07-31-DbgDeclare.c | 2 |
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; |