[libcxx-commits] [libcxx] [libc++][hardening] In production hardening modes, trap rather than abort (PR #78561)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jan 19 10:18:33 PST 2024


================
@@ -140,13 +145,15 @@ Deprecations and Removals
 Upcoming Deprecations and Removals
 ----------------------------------
 
+- ``__libcpp_verbose_abort`` and the ability to override this function will be removed in an upcoming release.
----------------
ldionne wrote:

```suggestion
- The ability to override `__libcpp_verbose_abort` will be removed in an upcoming release.
```

We'll still keep the function but it's an implementation detail.

https://github.com/llvm/llvm-project/pull/78561


More information about the libcxx-commits mailing list