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

Alex Brachet via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Mar 5 00:03:21 PST 2020


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

Update todo comment for `abort`


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

https://reviews.llvm.org/D74949

Files:
  libc/config/linux/api.td
  libc/include/CMakeLists.txt
  libc/include/__llvm-libc-common.h
  libc/include/stdlib.h.def
  libc/lib/CMakeLists.txt
  libc/spec/spec.td
  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.248405.patch
Type: text/x-patch
Size: 10579 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200305/f6f74393/attachment.bin>


More information about the libc-commits mailing list