[libcxx-commits] [libcxx] DRAFT [libc++][hardening] In production hardening modes, trap rather than abort (PR #78561)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jan 18 13:05:53 PST 2024
================
@@ -11,6 +11,7 @@
// We flag uses of the verbose termination function in older dylibs at compile-time to avoid runtime
// failures when back-deploying.
// XFAIL: availability-verbose_abort-missing
+// REQUIRES: libcpp-hardening-mode=debug
----------------
ldionne wrote:
I think I would call `__verbose_abort` directly here too.
https://github.com/llvm/llvm-project/pull/78561
More information about the libcxx-commits
mailing list