[libcxx-commits] [PATCH] D141326: [libc++] Introduce a compile-time mechanism to override __libcpp_verbose_abort

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jan 16 09:58:56 PST 2023


Mordante added inline comments.


================
Comment at: libcxx/docs/ReleaseNotes.rst:117
 
+- The ``_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED`` macro will not be honored anymore in LLVM 17.
+  Please see the updated documentation about the safe libc++ mode and in particular the ``_LIBCPP_VERBOSE_ABORT``
----------------
Since we add this so closely to the LLVM 16 release, would it be better to remove in LLVM 18?


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