[clang] aabcb57 - Add armagicpu to release notes (#205599)

via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 25 01:58:01 PDT 2026


Author: Mark Murray
Date: 2026-06-25T09:57:56+01:00
New Revision: aabcb57b6c4d2f4cd83f7de999c4e7574074d68f

URL: https://github.com/llvm/llvm-project/commit/aabcb57b6c4d2f4cd83f7de999c4e7574074d68f
DIFF: https://github.com/llvm/llvm-project/commit/aabcb57b6c4d2f4cd83f7de999c4e7574074d68f.diff

LOG: Add armagicpu to release notes (#205599)

Add armagicpu to release notes

Raised by validator.

---------

Co-authored-by: Volodymyr Turanskyy <vturanskyy at gmail.com>

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 370f6944831a7..96e36f99f558b 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -890,6 +890,8 @@ X86 Support
 Arm and AArch64 Support
 ^^^^^^^^^^^^^^^^^^^^^^^
 
+Added support for the Arm AGI CPU via the ``-mcpu=armagicpu`` command-line option.
+
 Android Support
 ^^^^^^^^^^^^^^^
 


        


More information about the cfe-commits mailing list