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

Vitaly Buka via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jan 10 19:33:05 PST 2023


vitalybuka added subscribers: hans, thakis.
vitalybuka added a comment.

@thakis @hans FYI
_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED is used in Chromium
https://source.chromium.org/chromium/chromium/src/+/main:build/config/c++/BUILD.gn;l=108?q=_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED&ss=chromium



================
Comment at: libcxx/include/__verbose_abort:41
+
+// Support _LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED until LLVM 17, but tell people
+// to move to customizing _LIBCPP_VERBOSE_ABORT instead.
----------------
@thakis @hans FYI
_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED is used in Chromium
https://source.chromium.org/chromium/chromium/src/+/main:build/config/c++/BUILD.gn;l=108?q=_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED&ss=chromium


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