Skip to content

Commit

Permalink
[docs] List support for Armv9-A, Armv9.1-A and Armv9.2-A in LLVM and …
Browse files Browse the repository at this point in the history
…Clang

Reviewed By: pratlucas

Differential Revision: https://reviews.llvm.org/D110241
  • Loading branch information
vhscampos committed Oct 12, 2021
1 parent 638c673 commit 3e7cf33
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions clang/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------------------

Expand Down
4 changes: 2 additions & 2 deletions llvm/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------------------
Expand Down

0 comments on commit 3e7cf33

Please sign in to comment.