[PATCH] D110065: [AArch64] Add support for the 'R' architecture profile.

Tomas Matheson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 1 02:52:19 PDT 2021


tmatheson added inline comments.


================
Comment at: clang/lib/Basic/Targets/AArch64.h:62
   std::string ABI;
+  StringRef getArchProfile() const;
 
----------------
tmatheson wrote:
> The equivalent in the ARM backend is named `getCPUProfile`
That's arguably a worse name though.


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

https://reviews.llvm.org/D110065



More information about the cfe-commits mailing list