[libc-commits] [PATCH] D74949: [libc] Create abort and _Exit

Alex Brachet via Phabricator via libc-commits libc-commits at lists.llvm.org
Sat Feb 22 01:53:02 PST 2020


abrachet updated this revision to Diff 246066.
abrachet added a comment.

Rebase against D74665 <https://reviews.llvm.org/D74665> to provide tests for this patch.


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

https://reviews.llvm.org/D74949

Files:
  libc/include/CMakeLists.txt
  libc/include/stdlib.h.def
  libc/spec/stdc.td
  libc/src/CMakeLists.txt
  libc/src/stdlib/CMakeLists.txt
  libc/src/stdlib/_Exit.h
  libc/src/stdlib/abort.cpp
  libc/src/stdlib/abort.h
  libc/src/stdlib/linux/CMakeLists.txt
  libc/src/stdlib/linux/_Exit.cpp
  libc/test/src/CMakeLists.txt
  libc/test/src/stdlib/CMakeLists.txt
  libc/test/src/stdlib/_Exit_test.cpp
  libc/test/src/stdlib/abort_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74949.246066.patch
Type: text/x-patch
Size: 8694 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200222/cb386453/attachment.bin>


More information about the libc-commits mailing list