llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clang Author: Kinoshita Kotaro (kinoshita-fj) <details> <summary>Changes</summary> Adds release notes for the FUJITSU-MONAKA support introduced in PR #<!-- -->118432. These notes were missing from the original PR. --- Full diff: https://github.com/llvm/llvm-project/pull/120684.diff 2 Files Affected: - (modified) clang/docs/ReleaseNotes.rst (+4) - (modified) llvm/docs/ReleaseNotes.md (+2) ``````````diff diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index b8d92a6c881c68..dbe4f2d9a36110 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -977,6 +977,10 @@ Arm and AArch64 Support in leaf functions after enabling ``-fno-omit-frame-pointer``, you can do so by adding the ``-momit-leaf-frame-pointer`` option. +- Support has been added for the following processors (-mcpu identifiers in parenthesis): + + * FUJITSU-MONAKA (fujitsu-monaka) + Android Support ^^^^^^^^^^^^^^^ diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md index 2835ace34bff83..d478502417b376 100644 --- a/llvm/docs/ReleaseNotes.md +++ b/llvm/docs/ReleaseNotes.md @@ -131,6 +131,8 @@ Changes to the AArch64 Backend * Assembler/disassembler support has been added for Armv9.6-A (2024) architecture extensions. +* Added support for the FUJITSU-MONAKA CPU. + Changes to the AMDGPU Backend ----------------------------- `````````` </details> https://github.com/llvm/llvm-project/pull/120684 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits