[libcxx-commits] [PATCH] D154997: DRAFT [libc++][hardening] Deprecate `_LIBCPP_ENABLE_ASSERTIONS`.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 12 13:18:48 PDT 2023


ldionne added inline comments.


================
Comment at: libcxx/utils/libcxx/test/params.py:279
     Parameter(
         name="long_tests",
         choices=[True, False],
----------------
Existing tests that `-D_LIBCPP_ENABLE_ASSERTIONS` could now be moved to `// UNSUPPORTED: !libcpp-has-hardened-mode && !libcpp-has-debug-mode` or similar.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154997/new/

https://reviews.llvm.org/D154997



More information about the libcxx-commits mailing list