diff options
Diffstat (limited to 'test/CodeGenCXX/field-access-debug-info.cpp')
-rw-r--r-- | test/CodeGenCXX/field-access-debug-info.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/test/CodeGenCXX/field-access-debug-info.cpp b/test/CodeGenCXX/field-access-debug-info.cpp index fd899ed..aed4ee5 100644 --- a/test/CodeGenCXX/field-access-debug-info.cpp +++ b/test/CodeGenCXX/field-access-debug-info.cpp @@ -1,8 +1,7 @@ -// RUN: %clang_cc1 -g -S -masm-verbose -o - %s | FileCheck %s +// RUN: %clang -g -S -emit-llvm %s -o - | FileCheck %s -// CHECK: abbrev_begin: -// CHECK: DW_AT_accessibility -// CHECK-NEXT: DW_FORM_data1 +// CHECK: [ DW_TAG_member ] [p] [{{[^]]*}}] [from int] +// CHECK: [ DW_TAG_member ] [pr] [{{[^]]*}}] [private] [from int] class A { public: |