[libcxx-commits] [PATCH] D141326: [libc++] Introduce a compile-time mechanism to override __libcpp_verbose_abort
Fangrui Song via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jan 10 15:14:51 PST 2023
MaskRay added a comment.
The macro use of `_LIBCPP_VERBOSE_ABORT` looks great. It supports both the compile-time and link-time needs (users who want `__builtin_abort` (they can use a SIGABRT handler to give users a backtrace) and users who what to customize the message).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141326/new/
https://reviews.llvm.org/D141326
More information about the libcxx-commits
mailing list