diff options
Diffstat (limited to 'test/CodeGenCXX/2010-05-12-PtrToMember-Dbg.cpp')
-rw-r--r-- | test/CodeGenCXX/2010-05-12-PtrToMember-Dbg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGenCXX/2010-05-12-PtrToMember-Dbg.cpp b/test/CodeGenCXX/2010-05-12-PtrToMember-Dbg.cpp index 048811f..355c3c9 100644 --- a/test/CodeGenCXX/2010-05-12-PtrToMember-Dbg.cpp +++ b/test/CodeGenCXX/2010-05-12-PtrToMember-Dbg.cpp @@ -1,5 +1,5 @@ -//RUN: %clang_cc1 -emit-llvm -g -o - %s | FileCheck %s -//CHECK: DW_TAG_auto_variable +//RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited -o - %s | FileCheck %s +//CHECK: DILocalVariable( class Foo { public: |