@@ -61,6 +61,18 @@ rule -- for very simple patches, use your judgement. The `"libc++" review group
61
61
consists of frequent libc++ contributors with a good understanding of the project's
62
62
guidelines -- if you would like to be added to it, please reach out on Discord.
63
63
64
+ Post-release check list
65
+ =======================
66
+
67
+ After branching for an LLVM release:
68
+
69
+ 1. Update ``_LIBCPP_VERSION `` in ``libcxx/include/__config ``
70
+ 2. Update the version number in ``libcxx/docs/conf.py ``
71
+ 3. Update ``_LIBCPPABI_VERSION `` in ``libcxxabi/include/cxxabi.h ``
72
+ 4. Update ``_LIBUNWIND_VERSION `` in ``libunwind/include/__libunwind_config.h ``
73
+ 5. Update the list of supported clang versions in ``libcxx/docs/index.rst ``
74
+ 6. Remove the in-progress warning from ``libcxx/docs/ReleaseNotes.rst ``
75
+
64
76
Exporting new symbols from the library
65
77
======================================
66
78
@@ -206,16 +218,3 @@ Contains the jobs executed in the CI. This file contains the version
206
218
information of the jobs being executed. Since this script differs between the
207
219
``main `` and ``release `` branch, both branches can use different compiler
208
220
versions.
209
-
210
- Post-release check list
211
- =======================
212
-
213
- Here's a list of tasks to do after branching for an LLVM release. This
214
- is only meant for the review manager, not for individual contributors.
215
-
216
- 1. Update ``_LIBCPP_VERSION `` in ``libcxx/include/__config ``
217
- 2. Update the version number in ``libcxx/docs/conf.py ``
218
- 3. Update ``_LIBCPPABI_VERSION `` in ``libcxxabi/include/cxxabi.h ``
219
- 4. Update ``_LIBUNWIND_VERSION `` in ``libunwind/include/__libunwind_config.h ``
220
- 5. Update the list of supported clang versions in ``libcxx/docs/index.rst ``
221
- 6. Remove the in-progress warning from ``libcxx/docs/ReleaseNotes.rst ``
0 commit comments