[PATCH] D25997: Call _exit

Malcolm Parsons via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 15 02:20:36 PST 2016


malcolm.parsons added a comment.

In https://reviews.llvm.org/D25997#593232, @ruiu wrote:

> What is better in quick_exit than _exit?


It calls functions registered with at_quick_exit().
e.g. it could call llvm_shutdown().


https://reviews.llvm.org/D25997





More information about the llvm-commits mailing list