================
@@ -15227,3 +15227,91 @@ bool ASTContext::useAbbreviatedThunkName(GlobalDecl 
VirtualMethodDecl,
   ThunksToBeAbbreviated[VirtualMethodDecl] = std::move(SimplifiedThunkNames);
   return Result;
 }
+
+bool ASTContext::arePFPFieldsTriviallyCopyable(const RecordDecl *RD) const {
+  bool IsPAuthSupported =
----------------
pcc wrote:

Hmm, I can't seem to find a function with that name. I guess a better name for 
this variable would be something like `IsPACOrEmuPACSupported` (EmuPAC being 
https://discourse.llvm.org/t/rfc-emulated-pac/85557), so we don't want to query 
whether PAC (the hardware feature) is supported in the current target.

https://github.com/llvm/llvm-project/pull/172119
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to