1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00

[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

(cherry picked from commit 2413d6063b788c3abc69072d48afa0b2a6e3583c)
This commit is contained in:
Arthur Eubanks 2021-09-01 11:53:53 -07:00
parent fda0edff63
commit e415eb692a

View File

@ -64,6 +64,10 @@ Changes to the LLVM IR
* The opaque pointer type ``ptr`` has been introduced. It is still in the
process of being worked on and should not be used yet.
* 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
------------------------