From: David Blaikie Date: Wed, 4 Dec 2013 19:09:19 +0000 (+0000) Subject: Fix test case due to r196394 and improve it to not rely on LLVM code generation either. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=60fc878a5c311cbc77e7cb4146cdf683284a0316;p=clang Fix test case due to r196394 and improve it to not rely on LLVM code generation either. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196399 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/field-access-debug-info.cpp b/test/CodeGenCXX/field-access-debug-info.cpp index fd899ed71e..aed4ee5f3a 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: