Commit 4e3ef636 authored by Hans Wennborg's avatar Hans Wennborg
Browse files

ReleaseNotes: support for new-pm passes in the opt tool

llvm-svn: 341520
parent 90699f8b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -131,6 +131,9 @@ Non-comprehensive list of changes in this release

* 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