[Lldb-commits] [clang] [lldb] Reland [MS][clang] Add support for vector deleting destructors (PR #170337)

Mariya Podchishchaeva via lldb-commits lldb-commits at lists.llvm.org
Tue Dec 2 09:35:27 PST 2025


Fznamznon wrote:

The second commit in the PR fixes issue reported by https://github.com/llvm/llvm-project/pull/165598#issuecomment-3558377390 . In addition to operator delete, the vector deleting dtor also references operator delete[] and we need to mark it referenced if the vector deleting destructor is going to be emitted otherwise dllexport together with `/Zc:dllexportInlines-` will result in undefined symbol usage.

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


More information about the lldb-commits mailing list