diff options
Diffstat (limited to 'test/CodeGen/2010-02-16-DbgScopes.c')
-rw-r--r-- | test/CodeGen/2010-02-16-DbgScopes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/2010-02-16-DbgScopes.c b/test/CodeGen/2010-02-16-DbgScopes.c index 3c33bae..4188f74 100644 --- a/test/CodeGen/2010-02-16-DbgScopes.c +++ b/test/CodeGen/2010-02-16-DbgScopes.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -emit-llvm -g < %s | FileCheck %s +// RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited < %s | FileCheck %s // Test to check number of lexical scope identified in debug info. // CHECK: !DILexicalBlock( // CHECK: !DILexicalBlock( |