[libc++abi] Bump the libc++abi version and add it to the post-release list

Differential Revision: https://reviews.llvm.org/D119947
This commit is contained in:
Louis Dionne
2022-02-16 10:44:39 -05:00
parent a5b9987aab
commit 259c58d7d8
2 changed files with 5 additions and 4 deletions

View File

@@ -66,9 +66,10 @@ Post-release check list
After branching for an LLVM release:
1. Update ``_LIBCPP_VERSION`` in ``include/__config``
2. Update the ``include/__libcpp_version`` file
3. Update the version number in ``docs/conf.py``
1. Update ``_LIBCPP_VERSION`` in ``libcxx/include/__config``
2. Update the ``libcxx/include/__libcpp_version`` file
3. Update the version number in ``libcxx/docs/conf.py``
4. Update ``_LIBCPPABI_VERSION`` in ``libcxxabi/include/cxxabi.h``
Exporting new symbols from the library
======================================

View File

@@ -19,7 +19,7 @@
#include <__cxxabi_config.h>
#define _LIBCPPABI_VERSION 1002
#define _LIBCPPABI_VERSION 15000
#define _LIBCXXABI_NORETURN __attribute__((noreturn))
#define _LIBCXXABI_ALWAYS_COLD __attribute__((cold))