Files
clang-p2996/libc
Alexey Samsonov b30f9d74d6 [libc] Fix return value of __cxa_thread_atexit_impl function. (#122171)
This has been added in 0071a79532 to
support TLS destructors. Return value of __cxa_thread_atexit is supposed
to be the same as std::atexit - zero on success, non-zero on failure.
Update the code to do just that (also be consistent with llvm-libc's
existing atexit / at_quick_exit implementations).
2025-01-08 21:47:58 -08:00
..
2025-01-08 12:28:50 -08:00
2025-01-08 12:28:50 -08:00

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.