mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
[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:
@@ -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
|
||||
======================================
|
||||
|
||||
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user