[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 13:27:48 PST 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG259c58d7d8fb: [libc++abi] Bump the libc++abi version and add it to the post-release list (authored by ldionne).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119947/new/
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.409387.patch
Type: text/x-patch
Size: 1105 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220216/be7c8f55/attachment.bin>
More information about the libcxx-commits
mailing list