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

Tomas Matheson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 1 02:50:37 PDT 2021


tmatheson added inline comments.


================
Comment at: clang/lib/Basic/Targets/AArch64.h:62
   std::string ABI;
+  StringRef getArchProfile() const;
 
----------------
The equivalent in the ARM backend is named `getCPUProfile`


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

https://reviews.llvm.org/D110065



More information about the llvm-commits mailing list