================
@@ -6639,6 +6639,10 @@ static void handleZeroCallUsedRegsAttr(Sema &S, Decl *D, 
const ParsedAttr &AL) {
   D->addAttr(ZeroCallUsedRegsAttr::Create(S.Context, Kind, AL));
 }
 
+static void handleNoPFPAttrField(Sema &S, Decl *D, const ParsedAttr &AL) {
+  D->addAttr(NoFieldProtectionAttr::Create(S.Context, AL));
----------------
ojhunt wrote:

please check, I don't know if we warn or if we just ignoe

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