[libc-commits] [PATCH] D74949: [libc] Create abort and _Exit
Alex Brachet via Phabricator via libc-commits
libc-commits at lists.llvm.org
Sat Feb 29 20:00:21 PST 2020
abrachet updated this revision to Diff 247477.
abrachet added a comment.
- Added more descriptive TODO to abort
- Added forgotten entry points in lib/CMakeLists.txt
- Added changes from D75393 <https://reviews.llvm.org/D75393>
- Rebased against d1536673c68d <https://reviews.llvm.org/rGd1536673c68d5010d2a6a3a12a9dd205e8fca2d4>
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.247477.patch
Type: text/x-patch
Size: 10398 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200301/520b73c6/attachment.bin>
More information about the libc-commits
mailing list