[libcxx-commits] [PATCH] D153902: [libc++][hardening][NFC] Add macros to enable hardened mode.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jul 8 04:04:35 PDT 2023


Mordante accepted this revision.
Mordante added a comment.

LGTM, thanks for working on this!



================
Comment at: libcxx/test/libcxx/algorithms/alg.sorting/assert.sort.invalid_comparator.pass.cpp:36
+// errors than the ones tested below.
+// UNSUPPORTED: libcpp-has-debug-mode
+
----------------
Shouldn't this be XFAIL since we always expect the test to fail.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153902



More information about the libcxx-commits mailing list