================
@@ -2420,6 +2420,13 @@ def NoOutline : DeclOrStmtAttr {
   let SimpleHandler = true;
 }
 
+def NoIPA : InheritableAttr {
+  let Spellings = [GCC<"noipa">];
+  let Subjects = SubjectList<[Function]>;
----------------
AaronBallman wrote:

Does this attribute make sense for things like Objective-C methods? Those are 
awfully function-like but I don't know if we do IPA on them or not.

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

Reply via email to