[PATCH] D119889: ReleaseNotes: add BOLT subsection
Amir Ayupov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 15 13:32:50 PST 2022
Amir created this revision.
Amir added a reviewer: tstellar.
Amir requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
For the release/14.x branch.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D119889
Files:
llvm/docs/ReleaseNotes.rst
Index: llvm/docs/ReleaseNotes.rst
===================================================================
--- llvm/docs/ReleaseNotes.rst
+++ llvm/docs/ReleaseNotes.rst
@@ -255,6 +255,13 @@
Changes to Sanitizers
---------------------
+Changes to BOLT
+---------------------
+
+* BOLT project is added to the LLVM monorepo. BOLT is a post-link optimizer
+ developed to speed up large applications. Build and usage instructions are
+ given in `README <https://github.com/llvm/llvm-project/tree/main/bolt>`_.
+
External Open Source Projects Using LLVM 14
===========================================
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119889.409040.patch
Type: text/x-patch
Size: 601 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220215/266dd491/attachment.bin>
More information about the llvm-commits
mailing list