================ @@ -4027,6 +4030,12 @@ def SelectAny : InheritableAttr { let SimpleHandler = 1; } +def HybridPatchable : DeclOrTypeAttr, TargetSpecificAttr<TargetArm64EC> { + let Spellings = [Declspec<"hybrid_patchable">, GCC<"hybrid_patchable">]; ---------------- cjacek wrote:
Yes, I was thinking mostly about `__attribute__((hybrid_patchable))` as it's the form that mingw will mostly likely want to use, so I meant `GNU`. `Clang` sounds good to me if proffered, I changed that and added a test for it. https://github.com/llvm/llvm-project/pull/99478 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits