[libc-commits] [libc] [libc] at_quick_exit function implemented (PR #94317)
via libc-commits
libc-commits at lists.llvm.org
Tue Jun 4 13:45:55 PDT 2024
================
@@ -751,6 +750,9 @@ if(LLVM_LIBC_FULL_BUILD)
libc.src.stdlib.abort
libc.src.stdlib.atexit
libc.src.stdlib.exit
+ libc.src.stdlib.quick_exit
+ libc.src.stdlib.at_quick_exit
----------------
RoseZhang03 wrote:
alphabetical order, at_quick_exit goes before atexit, quick_exit goes after getenv
https://github.com/llvm/llvm-project/pull/94317
More information about the libc-commits
mailing list