[cfe-dev] Fwd: Weird linking problem on Windows

İsmail Dönmez ismail at donmez.ws
Fri Feb 20 01:09:43 PST 2015


Hi again,

On Wed, Feb 18, 2015 at 8:09 PM, İsmail Dönmez <ismail at donmez.ws> wrote:
> On Wed, Feb 18, 2015 at 7:40 PM, Reid Kleckner <rnk at google.com> wrote:
>> The operator delete missing symbol has to do with some sized operator delete
>> C++14 dust that hasn't settled yet. We used to emit an implicit weak
>> definition of sized operator delete, but that caused ELF linkers to pull in
>> more static archive members causing link failures, so we recently stopped
>> doing it. We should probably revert the default back to emitting a weak
>> definition.
>
> Makes sense. Thanks for the explanation.

Larisse, any comment on this? It would be nice to unbreak c++14 on Windows.

Thanks!




More information about the cfe-dev mailing list