[clang] Add armagicpu to release notes (PR #205599)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 24 09:54:10 PDT 2026
llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-clang
Author: Mark Murray (MarkMurrayARM)
<details>
<summary>Changes</summary>
Add armagicpu to release notes
Raised by validator.
---
Full diff: https://github.com/llvm/llvm-project/pull/205599.diff
1 Files Affected:
- (modified) clang/docs/ReleaseNotes.rst (+2)
``````````diff
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 8bb17755b28f5..1132cc8e07241 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -888,6 +888,8 @@ X86 Support
Arm and AArch64 Support
^^^^^^^^^^^^^^^^^^^^^^^
+- Added support for ``-mcpu=armagicpu`` as an alias for ``neoverse-v3ae``.
+
Android Support
^^^^^^^^^^^^^^^
``````````
</details>
https://github.com/llvm/llvm-project/pull/205599
More information about the cfe-commits
mailing list