From 5c458f3e5775fde2e7ea1f8aab324ee937eefb3e Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Thu, 24 Mar 2022 09:57:28 -0400 Subject: [PATCH] [libc++][NFC] Update ABI changelog to account for new assertion handler --- libcxx/lib/abi/CHANGELOG.TXT | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/libcxx/lib/abi/CHANGELOG.TXT b/libcxx/lib/abi/CHANGELOG.TXT index cf351cf..74cbdbe 100644 --- a/libcxx/lib/abi/CHANGELOG.TXT +++ b/libcxx/lib/abi/CHANGELOG.TXT @@ -13,6 +13,21 @@ To generate a summary, re-generate the new ABI list using the New entries should be added directly below the "Version" header. ------------ +Version 15.0 +------------ + +* b0fd9497af6d - [libc++] Add a lightweight overridable assertion handler + + This patch adds a lightweight assertion handler mechanism that can be + overriden at link-time in a fashion similar to `operator new`. A default + assertion handler is provided in the shared library, hence the added + symbol. + + All platforms + ------------- + Symbol added: _ZNSt3__126__libcpp_assertion_handlerEPKciS1_S1_ + +------------ Version 14.0 ------------ -- 2.7.4