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

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Feb 16 13:27:32 PST 2022


Author: Louis Dionne
Date: 2022-02-16T16:27:25-05:00
New Revision: 259c58d7d8fb33830ddf0573f0478d84d96aa6d7

URL: https://github.com/llvm/llvm-project/commit/259c58d7d8fb33830ddf0573f0478d84d96aa6d7
DIFF: https://github.com/llvm/llvm-project/commit/259c58d7d8fb33830ddf0573f0478d84d96aa6d7.diff

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

Differential Revision: https://reviews.llvm.org/D119947

Added: 
    

Modified: 
    libcxx/docs/Contributing.rst
    libcxxabi/include/cxxabi.h

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/Contributing.rst b/libcxx/docs/Contributing.rst
index 3f9ea9c3a4511..771c653e914bf 100644
--- a/libcxx/docs/Contributing.rst
+++ b/libcxx/docs/Contributing.rst
@@ -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
 ======================================

diff  --git a/libcxxabi/include/cxxabi.h b/libcxxabi/include/cxxabi.h
index eaa324dc6867e..770a8cbc441c5 100644
--- a/libcxxabi/include/cxxabi.h
+++ b/libcxxabi/include/cxxabi.h
@@ -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))
 


        


More information about the libcxx-commits mailing list