Skip to content
Snippets Groups Projects
Commit 2183e70c authored by David Blaikie's avatar David Blaikie
Browse files

Fix test case due to r196394 and improve it to not rely on LLVM code generation either.

llvm-svn: 196399
parent 270ba4a5
No related branches found
No related tags found
No related merge requests found
// 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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment