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 <[email protected]> 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 ^^^^^^^^^^^^^^^ _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
