[PATCH] D109080: [docs] Mention that the legacy PM is deprecated and will be removed after 14
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 1 12:00:50 PDT 2021
aeubanks created this revision.
aeubanks requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D109080
Files:
llvm/docs/ReleaseNotes.rst
Index: llvm/docs/ReleaseNotes.rst
===================================================================
--- llvm/docs/ReleaseNotes.rst
+++ llvm/docs/ReleaseNotes.rst
@@ -56,7 +56,8 @@
Changes to the LLVM IR
----------------------
-* ...
+* Using the legacy pass manager for the optimization pipeline is deprecated and
+ will be removed after LLVM 14.
Changes to building LLVM
------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109080.370012.patch
Type: text/x-patch
Size: 408 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210901/2df5aab0/attachment.bin>
More information about the llvm-commits
mailing list