forked from OSchip/llvm-project
Revert previous patch as the corresponding clang patch was reverted.
gdb's tests are too dependent upon order in debug info. llvm-svn: 149050
This commit is contained in:
parent
8913bd6c63
commit
e6a602dfab
|
@ -6,8 +6,8 @@
|
|||
// DEBUGGER: r
|
||||
// DEBUGGER: p a
|
||||
// CHECK: $1 = (A &)
|
||||
// CHECK: m_int = 12
|
||||
// CHECK: _vptr$A =
|
||||
// CHECK: m_int = 12
|
||||
|
||||
class A
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue