From 85fc597f26c81a187c5514d47ee997bc2ea87b1c Mon Sep 17 00:00:00 2001 From: Serge Guelton Date: Thu, 4 Jul 2019 14:03:11 +0000 Subject: Document legacy pass manager extension points Differential Revision: https://reviews.llvm.org/D64093 llvm-svn: 365142 --- llvm/docs/ReleaseNotes.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'llvm/docs/ReleaseNotes.rst') diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 60a840eccef..2bb58fc17ba 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -45,6 +45,10 @@ Non-comprehensive list of changes in this release the platform's libc) without specifying ``-ffreestanding`` may need to either pass ``-fno-builtin-bcmp``, or provide a ``bcmp`` function. +* Two new extension points, namely ``EP_FullLinkTimeOptimizationEarly`` and + ``EP_FullLinkTimeOptimizationLast`` are available for plugins to specialize + the legacy pass manager full LTO pipeline. + .. NOTE If you would like to document a larger change, then you can add a subsection about it right here. You can copy the following boilerplate -- cgit v1.2.3