Actions
Feature #3849
closedimplement __cxa_atexit/__cxa_finalize
Start date:
2013-06-26
Due date:
% Done:
100%
Estimated time:
Difficulty:
Hard
Tags:
Gerrit CR:
External Bug:
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.
Updated by Rich Lowe about 10 years ago
- Status changed from New to Resolved
- % Done changed from 80 to 100
Resolved in 5c069a6
Actions