forked from OSchip/llvm-project
[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:
parent
304f2bd21d
commit
2413d6063b
|
@ -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
|
||||
------------------------
|
||||
|
|
Loading…
Reference in New Issue