[PATCH] D83968: [docs] Add Deprecated section to ReleaseNotes
Jinsong Ji via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 16 10:37:02 PDT 2020
jsji created this revision.
Herald added subscribers: llvm-commits, steven.zhang.
Herald added a project: LLVM.
This is brought up in https://reviews.llvm.org/D83915.
We would like to remove some feature in PowerPC.
We did send RFC before, but we think it might be a better idea that
we indicate planned removal in the Release Notes for version 11
and actual removal in those for version 12..
Once this is in in master branch, I will cherry-pick it into v11 and
add PowerPC content there.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D83968
Files:
llvm/docs/ReleaseNotes.rst
Index: llvm/docs/ReleaseNotes.rst
===================================================================
--- llvm/docs/ReleaseNotes.rst
+++ llvm/docs/ReleaseNotes.rst
@@ -31,6 +31,10 @@
one. To see the release notes for a specific release, please see the `releases
page <https://llvm.org/releases/>`_.
+Deprecated and Removed Features/APIs
+=================================================
+If a feature is listed as deprecated, it might be removed in a subsequent release.
+
Non-comprehensive list of changes in this release
=================================================
.. NOTE
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83968.278536.patch
Type: text/x-patch
Size: 590 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200716/633816f9/attachment.bin>
More information about the llvm-commits
mailing list