[llvm-branch-commits] [llvm] 297be78 - [docs] Add Deprecated section to ReleaseNotes

Jinsong Ji via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Jul 17 08:49:27 PDT 2020


Author: Jinsong Ji
Date: 2020-07-17T15:48:55Z
New Revision: 297be788a797c0ab98d9677f50e3dc57faab363b

URL: https://github.com/llvm/llvm-project/commit/297be788a797c0ab98d9677f50e3dc57faab363b
DIFF: https://github.com/llvm/llvm-project/commit/297be788a797c0ab98d9677f50e3dc57faab363b.diff

LOG: [docs] Add Deprecated section to ReleaseNotes

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..

Reviewed By: hubert.reinterpretcast

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

Added: 
    

Modified: 
    llvm/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 2f93afd8374c..ed1718a95054 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -31,6 +31,10 @@ LLVM web page, this document applies to the *next* release, not the current
 one.  To see the release notes for a specific release, please see the `releases
 page <https://llvm.org/releases/>`_.
 
+Deprecated and Removed Features/APIs
+=================================================
+* BG/Q support, including QPX, will be removed in the 12.0.0 release.
+
 Non-comprehensive list of changes in this release
 =================================================
 .. NOTE


        


More information about the llvm-branch-commits mailing list