joerg added a comment.

Depends a bit on the platform, __cxa_atexit on most modern ELF systems, 
fallback to atexit. If the global dtor is run too late, it smells like a 
missing library dependency. They are executed in topological order after all.


https://reviews.llvm.org/D49763



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to