Skip to content

Commit 88d04be

Browse files
authored
[AArch64][docs] Add release notes for FUJITSU-MONAKA support (#120684)
Adds release notes for the FUJITSU-MONAKA support introduced in PR #118432. These notes were missing from the original PR.
1 parent 970f65a commit 88d04be

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,6 +1005,12 @@ Arm and AArch64 Support
10051005
in leaf functions after enabling ``-fno-omit-frame-pointer``, you can do so by adding
10061006
the ``-momit-leaf-frame-pointer`` option.
10071007

1008+
- Support has been added for the following processors (-mcpu identifiers in parenthesis):
1009+
1010+
For AArch64:
1011+
1012+
* FUJITSU-MONAKA (fujitsu-monaka)
1013+
10081014
Android Support
10091015
^^^^^^^^^^^^^^^
10101016

llvm/docs/ReleaseNotes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ Changes to the AArch64 Backend
131131
* Assembler/disassembler support has been added for Armv9.6-A (2024)
132132
architecture extensions.
133133

134+
* Added support for the FUJITSU-MONAKA CPU.
135+
134136
Changes to the AMDGPU Backend
135137
-----------------------------
136138

0 commit comments

Comments
 (0)