[PATCH] D103267: [docs] Mention the new LLVM-C interface for the new Pass Manager in the release notes

Mats Larsen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 27 09:55:20 PDT 2021


supergrecko created this revision.
supergrecko requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This reflects the changes added in D102136 <https://reviews.llvm.org/D102136>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D103267

Files:
  llvm/docs/ReleaseNotes.rst


Index: llvm/docs/ReleaseNotes.rst
===================================================================
--- llvm/docs/ReleaseNotes.rst
+++ llvm/docs/ReleaseNotes.rst
@@ -128,6 +128,9 @@
 Changes to the C API
 --------------------
 
+* An interface to the new Pass Manager has been added in the
+  ``llvm-c/Transforms/PassBuilder.h`` header.
+
 
 Changes to the Go bindings
 --------------------------


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103267.348319.patch
Type: text/x-patch
Size: 399 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210527/50331c90/attachment.bin>


More information about the llvm-commits mailing list