[Lldb-commits] [clang] [lldb] Reland [MS][clang] Add support for vector deleting destructors (PR #165598)
Hans Wennborg via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 20 06:35:03 PST 2025
zmodem wrote:
Sorry to be the bearer of bad news, but we're seeing some link failures which I'm guessing relate to this change:
```
[90104/112506] LINK(DLL) blink_platform.dll blink_platform.dll.lib blink_platform.dll.pdb
[...]
lld-link: error: undefined symbol: public: static void __cdecl blink::RefCounted<class blink::ResourceRequestClient, struct blink::DefaultRefCountedTraits<class blink::ResourceRequestClient>>::operator delete[](void *)
>>> referenced by obj/third_party/blink/renderer/platform/loader/loader/sync_load_context.obj:(public: virtual void * __cdecl blink::SyncLoadContext::`vector deleting dtor'(unsigned int))
```
We haven't had a chance to dig in yet, but maybe this isn't playing well with dllimport/export symbols somehow? (Our bug is https://crbug.com/462173399)
https://github.com/llvm/llvm-project/pull/165598
More information about the lldb-commits
mailing list