[llvm-branch-commits] [llvm-branch] r341520 - ReleaseNotes: support for new-pm passes in the opt tool

Hans Wennborg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Sep 6 01:03:06 PDT 2018


Author: hans
Date: Thu Sep  6 01:03:05 2018
New Revision: 341520

URL: http://llvm.org/viewvc/llvm-project?rev=341520&view=rev
Log:
ReleaseNotes: support for new-pm passes in the opt tool

Modified:
    llvm/branches/release_70/docs/ReleaseNotes.rst

Modified: llvm/branches/release_70/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_70/docs/ReleaseNotes.rst?rev=341520&r1=341519&r2=341520&view=diff
==============================================================================
--- llvm/branches/release_70/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_70/docs/ReleaseNotes.rst Thu Sep  6 01:03:05 2018
@@ -131,6 +131,9 @@ Non-comprehensive list of changes in thi
 
 * CodeView debug info can now be emitted MinGW configurations, if requested.
 
+* The :program:`opt` tool now supports the :option:`-load-pass-plugin` for
+  loading pass plugins for the new PassManager.
+
 * Note..
 
 .. NOTE




More information about the llvm-branch-commits mailing list