diff options
Diffstat (limited to 'test/CodeGenCXX/2010-06-21-LocalVarDbg.cpp')
-rw-r--r-- | test/CodeGenCXX/2010-06-21-LocalVarDbg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/2010-06-21-LocalVarDbg.cpp b/test/CodeGenCXX/2010-06-21-LocalVarDbg.cpp index 2542378..c0c8bf6 100644 --- a/test/CodeGenCXX/2010-06-21-LocalVarDbg.cpp +++ b/test/CodeGenCXX/2010-06-21-LocalVarDbg.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -g -emit-llvm %s -o - | FileCheck %s +// RUN: %clang_cc1 -debug-info-kind=limited -emit-llvm %s -o - | FileCheck %s // Do not use function name to create named metadata used to hold // local variable info. For example. llvm.dbg.lv.~A is an invalid name. |