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