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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
