aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
===========================================