mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-10 19:34:29 +00:00
Fix test case due to r196394 and improve it to not rely on LLVM code generation either.
llvm-svn: 196399
This commit is contained in:
parent
270ba4a5d3
commit
2183e70ce2
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user