Skip to content

Commit 56dcb10

Browse files
committed
Add Cortex-X1C to Clang LLVM 14 release notes
Reviewed By: amilendra Differential Revision: https://reviews.llvm.org/D119008
1 parent 524758d commit 56dcb10

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ Modified Compiler Flags
101101
- RISC-V SiFive S51 (``sifive-s51``).
102102
- RISC-V SiFive S54 (``sifive-s54``).
103103
- RISC-V SiFive S76 (``sifive-s76``).
104+
- Arm Cortex-X1C (``cortex-x1c``)
105+
- Arm Cortex-X2 (``cortex-x2``)
106+
- Arm Cortex-A510 (``cortex-a510``)
107+
- Arm Cortex-A710 (``cortex-a710``)
104108

105109
- Support has been added for the following architectures (``-march`` identifiers in parentheses):
106110

@@ -283,11 +287,6 @@ DWARF Support in Clang
283287
Arm and AArch64 Support in Clang
284288
--------------------------------
285289

286-
- Support has been added for the following processors (command-line identifiers in parentheses):
287-
- Arm Cortex-A510 (``cortex-a510``)
288-
- Arm Cortex-X2 (``cortex-x2``)
289-
- Arm Cortex-A710 (``cortex-A710``)
290-
291290
- The -mtune flag is no longer ignored for AArch64. It is now possible to
292291
tune code generation for a particular CPU with -mtune without setting any
293292
architectural features. For example, compiling with

0 commit comments

Comments
 (0)