[clang] [clang][ARM64EC] Add support for hybrid_patchable attribute. (PR #99478)
Jacek Caban via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 19 03:03:27 PDT 2024
================
@@ -4027,6 +4030,12 @@ def SelectAny : InheritableAttr {
let SimpleHandler = 1;
}
+def HybridPatchable : DeclOrTypeAttr, TargetSpecificAttr<TargetArm64EC> {
----------------
cjacek wrote:
Right, I don't remember why I did it like that. I changed it in the new version.
https://github.com/llvm/llvm-project/pull/99478
More information about the cfe-commits
mailing list