[PATCH] D153130: [Clang][AArch64] Implement ACLE feature macro for FEAT_LRCPC3

Tomas Matheson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 27 12:36:50 PDT 2023


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

LGTM



================
Comment at: clang/lib/Basic/Targets/AArch64.cpp:420
+    Builder.defineMacro("__ARM_FEATURE_RCPC", "3");
+  else if (HasRCPC)
     Builder.defineMacro("__ARM_FEATURE_RCPC", "1");
----------------
I didn't realise we hadn't implemented RPCP2 here. If we aren't aware of anyone 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153130



More information about the cfe-commits mailing list