[cfe-commits] r154191 - in /cfe/trunk: lib/CodeGen/CGDeclCXX.cpp test/CodeGenCXX/arm.cpp test/CodeGenCXX/global-dtor-no-atexit.cpp test/CodeGenCXX/global-init.cpp test/CodeGenCXX/static-init.cpp

Joerg Sonnenberger joerg at britannica.bec.de
Fri Apr 6 16:28:11 PDT 2012


On Fri, Apr 06, 2012 at 06:21:06PM -0000, John McCall wrote:
> Log:
> Use atexit when __cxa_atexit isn't available instead of adding a
> global destructor entry.  For some reason this isn't enabled for
> apple-kexts;  it'd be good to have documentation for that.

Are you sure that this won't run into atexit(3) limits? Some platforms
IIRC had a somewhat tight limit for those.

Joerg



More information about the cfe-commits mailing list