[PATCH] D128415: [ARM] Add Support for Cortex-M85

Dave Green via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 4 06:19:57 PDT 2022


dmgreen accepted this revision.
dmgreen added a comment.
This revision is now accepted and ready to land.

Other than the release note change it might be worth adding some tests for -mcpu=cortex-m85+nopacbti and related configurations.

Otherwise LGTM



================
Comment at: clang/docs/ReleaseNotes.rst:541
+- clang now supports the Cortex-M85 CPU, which can be chosen with
+  `-mcpu=cortex-m85`. By default, this has PACBTI turned off, but it can be
+  enabled with `-mcpu=cortex-m85+pacbti`.
----------------
This can be updated now.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128415/new/

https://reviews.llvm.org/D128415



More information about the cfe-commits mailing list