https://github.com/c-rhodes updated https://github.com/llvm/llvm-project/pull/176117
>From ac115a9d62ab02fbde68794c545fbf1bf49c8a28 Mon Sep 17 00:00:00 2001 From: Paschalis Mpeis <[email protected]> Date: Thu, 15 Jan 2026 09:53:41 +0000 Subject: [PATCH] [BOLT][AArch64] Release notes for llvm 22 Add note on AArch64 Lite-mode support. Co-authored-by: Maksim Panchenko <[email protected]> --- llvm/docs/ReleaseNotes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md index c99ac8f2f41c4..dc6ebf3b022cc 100644 --- a/llvm/docs/ReleaseNotes.md +++ b/llvm/docs/ReleaseNotes.md @@ -317,6 +317,10 @@ Changes to LLDB Changes to BOLT --------------------------------- +* Added support for lite mode on AArch64. It can be enabled with -lite=1. When + used, BOLT avoids duplicating cold code by reusing the original code, which + reduces output binary size. + Changes to Sanitizers --------------------- _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
