[libc-commits] [PATCH] D119512: [libc] Add exit and atexit

Alex Brachet via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Feb 17 09:24:05 PST 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rGd66983861a66: [libc] Add exit and atexit (authored by abrachet).
Herald added a project: libc-project.
Herald added a subscriber: libc-commits.

Changed prior to commit:
  https://reviews.llvm.org/D119512?vs=409686&id=409691#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119512/new/

https://reviews.llvm.org/D119512

Files:
  libc/config/linux/api.td
  libc/config/linux/x86_64/entrypoints.txt
  libc/include/CMakeLists.txt
  libc/include/llvm-libc-types/CMakeLists.txt
  libc/include/llvm-libc-types/__atexithandler_t.h
  libc/spec/spec.td
  libc/spec/stdc.td
  libc/src/stdlib/CMakeLists.txt
  libc/src/stdlib/atexit.cpp
  libc/src/stdlib/atexit.h
  libc/src/stdlib/exit.cpp
  libc/src/stdlib/exit.h
  libc/test/src/stdlib/CMakeLists.txt
  libc/test/src/stdlib/_Exit_test.cpp
  libc/test/src/stdlib/atexit_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119512.409691.patch
Type: text/x-patch
Size: 13710 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220217/9cc5feb7/attachment.bin>


More information about the libc-commits mailing list