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