aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmilendra Kodithuwakku <amilendra.kodithuwakku@arm.com>2021-03-12 19:19:29 +0000
committerAmilendra Kodithuwakku <amilendra.kodithuwakku@arm.com>2021-03-12 19:21:07 +0000
commitc016eda3257eb0f67a989065d174bc5e13ed7096 (patch)
tree2c03a00940d3653b220c09118e486357bddfeb98
parent[CMake][compiler-rt] Use copying instead of symlinking for LSE builtins on no... (diff)
downloadllvm-project-c016eda3257eb0f67a989065d174bc5e13ed7096.tar.gz
llvm-project-c016eda3257eb0f67a989065d174bc5e13ed7096.tar.bz2
llvm-project-c016eda3257eb0f67a989065d174bc5e13ed7096.zip
[release][docs] List all cores Arm has added support for in LLVM 12.
Reviewed By: kristof.beyls Differential Revision: https://reviews.llvm.org/D98277
-rw-r--r--clang/docs/ReleaseNotes.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 7f4b675b68f9..46e11fcb31cb 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -139,6 +139,15 @@ Modified Compiler Flags
This behavior matches newer GCC.
(`D91760 <https://reviews.llvm.org/D91760>`_)
(`D92054 <https://reviews.llvm.org/D92054>`_)
+- Support has been added for the following processors (command-line identifiers
+ in parentheses):
+ - Arm Cortex-A78C (cortex-a78c).
+ - Arm Cortex-R82 (cortex-r82).
+ - Arm Neoverse V1 (neoverse-v1).
+ - Arm Neoverse N2 (neoverse-n2).
+ - Fujitsu A64FX (a64fx).
+ For example, to select architecture support and tuning for Neoverse-V1 based
+ systems, use ``-mcpu=neoverse-v1``.
Removed Compiler Flags
-------------------------