https://github.com/mstorsjo created 
https://github.com/llvm/llvm-project/pull/212069

Commit 68f703f3e58a52c41b39dfc654a675560b6c5614 added these release notes, but 
this commit was backported to the 23.x release branch in 
47e2df730a099583f16fc6fe64f0d2ffc5b7a16a (included in the 23.1.0 RC 1 tag).

Therefore, remove these release notes from the main branch (where they would 
have been included in the 24.x release notes).

From 9b795c07fb74d1dfabd64d57a82f4edb80c222dc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Storsj=C3=B6?= <[email protected]>
Date: Sun, 26 Jul 2026 01:09:35 +0300
Subject: [PATCH] [docs] Remove release notes for backported changes

Commit 68f703f3e58a52c41b39dfc654a675560b6c5614 added these
release notes, but this commit was backported to the 23.x release
branch in 47e2df730a099583f16fc6fe64f0d2ffc5b7a16a (included
in the 23.1.0 RC 1 tag).

Therefore, remove these release notes from the main branch (where
they would have been included in the 24.x release notes).
---
 clang/docs/ReleaseNotes.md | 3 ---
 llvm/docs/ReleaseNotes.md  | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/clang/docs/ReleaseNotes.md b/clang/docs/ReleaseNotes.md
index 846c65a7784df..61e8378b1704a 100644
--- a/clang/docs/ReleaseNotes.md
+++ b/clang/docs/ReleaseNotes.md
@@ -419,9 +419,6 @@ features cannot lower the translation-unit ABI level;
 
 #### Arm and AArch64 Support
 
-- On AArch64 Windows targets, `-mbranch-protection=standard` and 
`-mbranch-protection=pac-ret`
-  now uses the B-key by default.
-
 #### Android Support
 
 #### Windows Support
diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index 0cebf0e7656d9..1d536589e770f 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -70,9 +70,6 @@ Makes programs 10x faster by doing Special New Thing.
 
 ### Changes to the AArch64 Backend
 
-* On AArch64 Windows targets, return address signing now uses the B-key by
-  default because Windows unwind information only supports B-key signing.
-
 ### Changes to the AMDGPU Backend
 
 * Replaced `xnack` and `sramecc` target features with `amdgpu.xnack`

_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to