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:
Eric Christopher 2012-01-26 02:33:53 +00:00
parent e8c94f7d98
commit 7b878febf1
1 changed files with 1 additions and 1 deletions

View File

@ -6,8 +6,8 @@
// DEBUGGER: r
// DEBUGGER: p a
// CHECK: $1 = (A &)
// CHECK: _vptr$A =
// CHECK: m_int = 12
// CHECK: _vptr$A =
class A
{