File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,10 @@ Modified Compiler Flags
101
101
- RISC-V SiFive S51 (``sifive-s51 ``).
102
102
- RISC-V SiFive S54 (``sifive-s54 ``).
103
103
- 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 ``)
104
108
105
109
- Support has been added for the following architectures (``-march `` identifiers in parentheses):
106
110
@@ -283,11 +287,6 @@ DWARF Support in Clang
283
287
Arm and AArch64 Support in Clang
284
288
--------------------------------
285
289
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
-
291
290
- The -mtune flag is no longer ignored for AArch64. It is now possible to
292
291
tune code generation for a particular CPU with -mtune without setting any
293
292
architectural features. For example, compiling with
You can’t perform that action at this time.
0 commit comments