forked from OSchip/llvm-project
[libc++][NFC] Update ABI changelog to account for new assertion handler
This commit is contained in:
parent
677d0e7495
commit
5c458f3e57
|
@ -12,6 +12,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
|
||||
------------
|
||||
|
|
Loading…
Reference in New Issue