llvm/libcxx/lib
Louis Dionne 3a55353fc6 [libc++] Rename __libcpp_assertion_handler to __libcpp_verbose_abort
With the goal of reusing that handler to do other things besides
handling assertions (such as terminating when an exception is thrown
under -fno-exceptions), the name `__libcpp_assertion_handler` doesn't
really make sense anymore.

Furthermore, I didn't want to use the name `__libcpp_abort_handler`,
since that would give the impression that the handler is called
whenever `std::abort()` is called, which is not the case at all.

Differential Revision: https://reviews.llvm.org/D130562

(cherry picked from commit 507125af3d0b953cb56bce2e5b8000249fe1ef53)
2022-08-02 21:48:48 -07:00
..
abi [libc++] Rename __libcpp_assertion_handler to __libcpp_verbose_abort 2022-08-02 21:48:48 -07:00
libc++abi.exp
libc++unexp.exp
notweak.exp
weak.exp