diff options
Diffstat (limited to 'test/CodeGen/debug-info-static.c')
-rw-r--r-- | test/CodeGen/debug-info-static.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/debug-info-static.c b/test/CodeGen/debug-info-static.c index 115beaf..fbe2a00 100644 --- a/test/CodeGen/debug-info-static.c +++ b/test/CodeGen/debug-info-static.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -g -emit-llvm -o - %s | FileCheck %s +// RUN: %clang_cc1 -debug-info-kind=limited -emit-llvm -o - %s | FileCheck %s // CHECK: !DIGlobalVariable({{.*}}variable: i32* @f.xyzzy void f(void) |