[libcxx-commits] [PATCH] D149092: [libcxxabi] disable lib{std}c++ assertions
Nick Desaulniers via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Apr 24 13:12:07 PDT 2023
nickdesaulniers added a comment.
It looks like libcxxabi has `abort_message` (libcxxabi/src/abort_message.{c|h}) that shares the same fn signature as `__libcpp_verbose_abort`; `__libcpp_verbose_abort` could be defined in terms of `abort_message`, but then I wonder if that would create an issue for libcxx since `__libcpp_verbose_abort` would be provided by libcxxabi then?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149092/new/
https://reviews.llvm.org/D149092
More information about the libcxx-commits
mailing list