Trung Nguyen
unread,Jul 24, 2023, 11:58:55 AM7/24/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cxx, Mohannad Farrag, Eric Orth, Stefano Duo
Hi folks,
I recently set up a Chromium
builder that uses Mainline Clang (clang-r487747). The builder failed to compile due to the following error.
ld.lld: error: undefined symbol: net::HostResolverCache::Key::~Key()
>>> referenced by host_resolver_cache.cc:161 (../../net/dns/host_resolver_cache.cc:161)
>>> obj/net/dns/dns/host_resolver_cache.o:(net::HostResolverCache::Set(std::__Cr::unique_ptr<net::HostResolverInternalResult, std::__Cr::default_delete<net::HostResolverInternalResult>>, net::NetworkAnonymizationKey const&, net::HostResolverSource, bool))
>>> referenced by pair.h:77 (../../buildtools/third_party/libc++/trunk/include/__utility/pair.h:77)
>>> obj/net/dns/dns/host_resolver_cache.o:(std::__Cr::pair<net::HostResolverCache::Key const, net::HostResolverCache::Entry>::~pair())
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
The above issue seems be similar to a bug reported in the past:
Does this ring a bell with anyone?
Thanks,
Trung