================
@@ -892,6 +892,10 @@ void CodeGenFunction::StartFunction(GlobalDecl GD,
QualType RetTy,
}
}
+ if (FD->hasAttr<NakedAttr>()) {
----------------
teresajohnson wrote:Is this change needed given the separate change in LLVM skipPGOGen? https://github.com/llvm/llvm-project/pull/75224 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
