[libcxx-commits] [PATCH] D119947: [libc++abi] Bump the libc++abi version and add it to the post-release list

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Feb 16 07:46:05 PST 2022


ldionne created this revision.
ldionne requested review of this revision.
Herald added projects: libc++, libc++abi.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Herald added a reviewer: libc++abi.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D119947

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


Index: libcxxabi/include/cxxabi.h
===================================================================
--- libcxxabi/include/cxxabi.h
+++ 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))
 
Index: libcxx/docs/Contributing.rst
===================================================================
--- libcxx/docs/Contributing.rst
+++ libcxx/docs/Contributing.rst
@@ -66,9 +66,10 @@
 
 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
 ======================================


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119947.409262.patch
Type: text/x-patch
Size: 1105 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220216/64d58344/attachment.bin>


More information about the libcxx-commits mailing list