From: Amilendra Kodithuwakku Date: Fri, 12 Mar 2021 20:03:23 +0000 (+0000) Subject: [release][docs] List all cores Arm has added support for in LLVM 12. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=ca14f0282fcec0324b921d27907a704b3a156d0f;p=android-x86%2Fexternal-llvm-project.git [release][docs] List all cores Arm has added support for in LLVM 12. Add new-line before sub-list for proper rendering. Differential Revision: https://reviews.llvm.org/D98277 --- diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 46e11fcb31c..451bc65b9f5 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -141,6 +141,7 @@ Modified Compiler Flags (`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).