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

Carlos Alberto Enciso via llvm-commits llvm-commits at lists.llvm.org
Fri May 9 06:02:23 PDT 2025


CarlosAlbertoEnciso wrote:

Uploaded a patch that eliminates the global variable and it moves the vtable information into the static member;
in that way, a consumer always will have access to the vtable information, just by having an object instance or the object definition.

The patch has been tested by the (SCE) debugger team.

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


More information about the llvm-commits mailing list