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

Mariya Podchishchaeva via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 21 04:10:08 PST 2025


Fznamznon wrote:

I think in the reproducer case, if the `operator delete[]` never gets exported, there is no way to delete an array of objects via `delete[]` outside of DLL. Only `::delete[]` can be used. We can probably skip call to class's `operator delete[]` in the destructor's body but that sounds terribly hacky for some reason.

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


More information about the lldb-commits mailing list