Actions
Feature #3849
closedimplement __cxa_atexit/__cxa_finalize
Start date:
2013-06-26
Due date:
% Done:
100%
Estimated time:
Difficulty:
Hard
Tags:
Gerrit CR:
Description
The "Common C++ ABI" (I think they call it), which was originally part of the IA64 C++ ABI calls for a more flexible atexit(), and a means to trigger it (other than at exit).
LLVM, and GCC would prefer to be using this (LLVM seems to expect to be able to, these days, in fact). We should implement it.
Actions