[docs] List support for Armv9-A, Armv9.1-A and Armv9.2-A in LLVM and Clang

Reviewed By: pratlucas

Differential Revision: https://reviews.llvm.org/D110241
This commit is contained in:
Victor Campos 2021-10-12 08:41:07 +01:00
parent 638c673a8c
commit 3e7cf33a83
2 changed files with 8 additions and 2 deletions

View File

@ -83,6 +83,12 @@ Modified Compiler Flags
- RISC-V SiFive S54 (``sifive-s54``).
- RISC-V SiFive S76 (``sifive-s76``).
- Support has been added for the following architectures (``-march`` identifiers in parentheses):
- Armv9-A (``armv9-a``).
- Armv9.1-A (``armv9.1-a``).
- Armv9.2-A (``armv9.2-a``).
Removed Compiler Flags
-------------------------

View File

@ -73,12 +73,12 @@ Changes to TableGen
Changes to the AArch64 Backend
------------------------------
* ...
* Added support for the Armv9-A, Armv9.1-A and Armv9.2-A architectures.
Changes to the ARM Backend
--------------------------
During this release ...
* Added support for the Armv9-A, Armv9.1-A and Armv9.2-A architectures.
Changes to the MIPS Target
--------------------------