llvm-project/libc
Alex Brachet d66983861a [libc] Add exit and atexit
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
2022-02-17 17:21:55 +00:00
..
AOR_v20.02 Harmonize Python shebang 2020-07-16 21:53:45 +02:00
benchmarks [libc][automemcpy] Introduce geomean of scores as a tie breaker 2022-02-17 13:37:05 +00:00
cmake/modules [libc] change ASAN condition to generator expression 2022-02-15 16:12:12 -08:00
config [libc] Add exit and atexit 2022-02-17 17:21:55 +00:00
docs Rewrite much of the index page for libc 2022-02-16 03:46:20 +00:00
fuzzing [libc] apply new lint rules 2021-12-07 10:49:47 -08:00
include [libc] Add exit and atexit 2022-02-17 17:21:55 +00:00
lib [libc] add malloc funcs as external entrypoints 2021-10-27 10:21:01 -07:00
loader [lib][Obvious] Fix style in a few include directives. 2022-02-16 05:57:12 +00:00
spec [libc] Add exit and atexit 2022-02-17 17:21:55 +00:00
src [libc] Add exit and atexit 2022-02-17 17:21:55 +00:00
test [libc] Add exit and atexit 2022-02-17 17:21:55 +00:00
utils [libc] undefined reference in LibcTest.cpp 2022-02-09 20:45:56 +00:00
.clang-tidy [libc] Add a naming rule for global constants. 2022-01-19 22:11:16 +00:00
.gitignore Move LLVM Proposal to doc directory, create index 2022-01-29 00:29:31 +00:00
CMakeLists.txt [libc] Set default CXX_STANDARD to C++17 and let targets set their own standard if needed. 2022-02-04 09:59:21 -05:00
LICENSE.TXT Rename top-level LICENSE.txt files to LICENSE.TXT 2021-03-10 21:26:24 -08:00
README.txt

README.txt

LLVM libc
=========

This directory and its subdirectories contain source code for llvm-libc,
a retargetable implementation of the C standard library.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.