[PATCH] D137107: Allow MS extension: support of constexpr with __declspec(dllimport).

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 16 12:15:13 PST 2022


efriedma added a comment.

Right, the call to atexit from the constructor function shouldn't be there.  I think you need to add a "skip emitting the destructor" flag to EmitCXXCtorInit


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137107/new/

https://reviews.llvm.org/D137107



More information about the cfe-commits mailing list