forked from OSchip/llvm-project
d66983861a
Often atexit is implemented using __cxa_atexit. I have not implemented __cxa_atexit here because it potentially requires more discussion. It is unique for llvm-libc (I think) that it is an exported symbol that wouldn’t be defined in any spec file because it doesn’t have a header. Implementing it will be trivial given what is here already, but I figured it would be more contentious so it can be implemented later. Reviewed By: lntue Differential Revision: https://reviews.llvm.org/D119512 |
||
---|---|---|
.. | ||
llvm-libc-macros | ||
llvm-libc-types | ||
sys | ||
CMakeLists.txt | ||
__llvm-libc-common.h | ||
assert.h.def | ||
ctype.h.def | ||
errno.h.def | ||
fcntl.h.def | ||
fenv.h.def | ||
inttypes.h.def | ||
math.h.def | ||
signal.h.def | ||
stdio.h.def | ||
stdlib.h.def | ||
string.h.def | ||
threads.h.def | ||
time.h.def | ||
unistd.h.def |