[clang] 40daec8 - [docs] Remove release notes for backported changes (#212069)
via cfe-commits
cfe-commits at lists.llvm.org
Sun Jul 26 02:28:53 PDT 2026
Author: Martin Storsjö
Date: 2026-07-26T12:28:48+03:00
New Revision: 40daec88f9e2719c5c2caa05d6003c9effde18d3
URL: https://github.com/llvm/llvm-project/commit/40daec88f9e2719c5c2caa05d6003c9effde18d3
DIFF: https://github.com/llvm/llvm-project/commit/40daec88f9e2719c5c2caa05d6003c9effde18d3.diff
LOG: [docs] Remove release notes for backported changes (#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).
Added:
Modified:
clang/docs/ReleaseNotes.md
llvm/docs/ReleaseNotes.md
Removed:
################################################################################
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`
More information about the cfe-commits
mailing list