[libc-commits] [PATCH] D76676: [libc] Unblock SIGABRT before raising in abort

Alex Brachet via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Mar 27 10:55:28 PDT 2020


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

- Block all signals except for `SIGABRT`
- Add more comments


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

https://reviews.llvm.org/D76676

Files:
  libc/src/assert/CMakeLists.txt
  libc/src/signal/linux/CMakeLists.txt
  libc/src/stdlib/CMakeLists.txt
  libc/src/stdlib/abort.cpp
  libc/test/src/assert/CMakeLists.txt
  libc/test/src/assert/assert_test.cpp
  libc/test/src/stdlib/CMakeLists.txt
  libc/test/src/stdlib/abort_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76676.253167.patch
Type: text/x-patch
Size: 6639 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200327/7bfa709c/attachment-0001.bin>


More information about the libc-commits mailing list