[libcxx-commits] [PATCH] D131199: [libc++] Allow enabling assertions when back-deploying

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 4 13:45:36 PDT 2022


ldionne created this revision.
Herald added a subscriber: arichardson.
Herald added a project: All.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

When back-deploying to older platforms, we can still provide assertions,
but we might not be able to provide a great implementation for the verbose
handler. Instead, we can just call ::abort().


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D131199

Files:
  libcxx/docs/UsingLibcxx.rst
  libcxx/include/__availability
  libcxx/include/__verbose_abort
  libcxx/test/libcxx/assertions/default_verbose_abort.pass.cpp
  libcxx/test/libcxx/assertions/headers_declare_verbose_abort.sh.cpp
  libcxx/test/libcxx/assertions/single_expression.sh.cpp
  libcxx/utils/ci/buildkite-pipeline.yml
  libcxx/utils/ci/run-buildbot

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131199.450124.patch
Type: text/x-patch
Size: 10289 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220804/afa99aed/attachment.bin>


More information about the libcxx-commits mailing list