[clang] [llvm] [clang][DebugInfo] Add symbol for debugger with VTable information. (PR #130255)
Jeremy Morse via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 23 10:18:47 PDT 2025
jmorse wrote:
Sorry about that -- I'm generally unfamiliar with MinGW/Cygwin, reading #149639 it sounds like this is down to how relocations for debug-info are managed with DWARF-on-Windows. A simple enough solution is to not emit this vtable-location-variable for that target, which might be preferable if it needs to be fixed for LLVM21.
https://github.com/llvm/llvm-project/pull/130255
More information about the llvm-commits
mailing list