aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmir Ayupov <aaupov@fb.com>2022-02-15 13:31:17 -0800
committerAmir Ayupov <aaupov@fb.com>2022-02-17 09:59:00 -0800
commit4dc3cb8e325525214fccef33e32891e5dccc9540 (patch)
tree3f78ceb61bfecf89a377e43220b7fc1ab00e91e8
parent192d9680c1b11877e84b7431626ac8321c52d9c1 (diff)
downloadllvm-4dc3cb8e325525214fccef33e32891e5dccc9540.zip
llvm-4dc3cb8e325525214fccef33e32891e5dccc9540.tar.gz
llvm-4dc3cb8e325525214fccef33e32891e5dccc9540.tar.bz2
ReleaseNotes: add BOLT subsection
For the release/14.x branch. Reviewed By: tstellar Differential Revision: https://reviews.llvm.org/D119889
-rw-r--r--llvm/docs/ReleaseNotes.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index e67eb4b..1ac4cca 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -255,6 +255,13 @@ Changes to LLDB
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
===========================================