================
@@ -2189,6 +2189,14 @@ def BTFTypeTag : TypeAttr {
let LangOpts = [COnly];
}
+def BPFFastCall : InheritableAttr,
+ TargetSpecificAttr<TargetBPF> {
+ let Spellings = [GCC<"bpf_fastcall">];
+ let Subjects = SubjectList<[FunctionLike]>;
----------------
eddyz87 wrote:
No, only focus on C at the moment.
https://github.com/llvm/llvm-project/pull/101228
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits