commit | 822307bbb12bc1025910d6387b79723087d27d9f | [log] [tgz] |
---|---|---|
author | Anders Carlsson <andersca@mac.com> | Thu Feb 11 17:18:51 2010 +0000 |
committer | Anders Carlsson <andersca@mac.com> | Thu Feb 11 17:18:51 2010 +0000 |
tree | ebbd060aedb753ccc13a11d2084a9759c81fe7ae | |
parent | 8aa79947cbf8f0f3ac82cdd36a823ac1bb53cab4 [diff] [blame] |
Keep track of, and dump, vtable address points. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95874 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGenCXX/vtable-layout.cpp b/test/CodeGenCXX/vtable-layout.cpp index 6bfa025..beb82ef 100644 --- a/test/CodeGenCXX/vtable-layout.cpp +++ b/test/CodeGenCXX/vtable-layout.cpp
@@ -4,6 +4,7 @@ // CHECK: Vtable for 'Test1::A' (3 entries). // CHECK-NEXT: 0 | offset_to_top (0) // CHECK-NEXT: 1 | Test1::A RTTI +// CHECK-NEXT: -- (Test1::A, 0) vtable address -- // CHECK-NEXT: 2 | Test1::A::f struct A { virtual void f();