llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clang Author: David Green (davemgreen) <details> <summary>Changes</summary> This adds the hip12 cpu added in #<!-- -->203446 to the release notes, and rejigs them to match the format used in previous releases. --- Full diff: https://github.com/llvm/llvm-project/pull/205899.diff 1 Files Affected: - (modified) clang/docs/ReleaseNotes.rst (+4-1) ``````````diff diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index a2439ccb0452a..d1303d4c98507 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -895,7 +895,10 @@ X86 Support Arm and AArch64 Support ^^^^^^^^^^^^^^^^^^^^^^^ -Added support for the Arm AGI CPU via the ``-mcpu=armagicpu`` command-line option. +- Support has been added for the following processors (-mcpu identifiers in parenthesis): + +* Arm AGI CPU (armagicpu). +* Hisilicon hip12 core (hip12). Android Support ^^^^^^^^^^^^^^^ `````````` </details> https://github.com/llvm/llvm-project/pull/205899 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
