forked from OSchip/llvm-project
Reverse the order that these are expected for clang change. Should
be no functional change (the offsets in AT_data_member_location are still correct). If the gdb testsuite itself needs changing then I'll revert this and the clang patch. llvm-svn: 149026
This commit is contained in:
parent
e8c94f7d98
commit
7b878febf1
|
@ -6,8 +6,8 @@
|
|||
// DEBUGGER: r
|
||||
// DEBUGGER: p a
|
||||
// CHECK: $1 = (A &)
|
||||
// CHECK: _vptr$A =
|
||||
// CHECK: m_int = 12
|
||||
// CHECK: _vptr$A =
|
||||
|
||||
class A
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue