[docs] Mention that the legacy PM is deprecated and will be removed after 14

Per https://lists.llvm.org/pipermail/llvm-dev/2021-August/152305.html.

Reviewed By: MaskRay, fhahn

Differential Revision: https://reviews.llvm.org/D109080
This commit is contained in:
Arthur Eubanks 2021-09-01 11:53:53 -07:00
parent 304f2bd21d
commit 2413d6063b
1 changed files with 3 additions and 1 deletions

View File

@ -56,7 +56,9 @@ Non-comprehensive list of changes in this release
Changes to the LLVM IR
----------------------
* ...
* Using the legacy pass manager for the optimization pipeline is deprecated and
will be removed after LLVM 14. In the meantime, only minimal effort will be
made to maintain the legacy pass manager for the optimization pipeline.
Changes to building LLVM
------------------------