[clang] 433bed0 - [AArch64] Add hip12 to release notes. (#205899)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 25 23:11:57 PDT 2026
Author: David Green
Date: 2026-06-26T07:11:53+01:00
New Revision: 433bed020b4f9fd791dccb7a77465427954c8ea6
URL: https://github.com/llvm/llvm-project/commit/433bed020b4f9fd791dccb7a77465427954c8ea6
DIFF: https://github.com/llvm/llvm-project/commit/433bed020b4f9fd791dccb7a77465427954c8ea6.diff
LOG: [AArch64] Add hip12 to release notes. (#205899)
This adds the hip12 cpu added in #203446 to the release notes, and
rejigs them to match the format used in previous releases.
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
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
^^^^^^^^^^^^^^^
More information about the cfe-commits
mailing list