[clang] [llvm] [clang][DebugInfo] Add symbol for debugger with VTable information. (PR #130255)

Tom Tromey via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 25 06:00:40 PDT 2025


tromey wrote:

> > The link from the class to the specific vtable even seems mildly incorrect, in that during object construction the vtable will go through several different values, not just one.
> 
> Not sure I follow this - the object is only of the type, in some sense, when it is pointing to that particular vtable. 

Yeah, I agree, sorry about that.

https://github.com/llvm/llvm-project/pull/130255


More information about the llvm-commits mailing list