[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:02:38 PDT 2024


================
@@ -477,6 +477,9 @@ def TargetELF : TargetSpec {
 def TargetELFOrMachO : TargetSpec {
   let ObjectFormats = ["ELF", "MachO"];
 }
+def TargetArm64EC : TargetSpec {
----------------
cjacek wrote:

I renamed it to `TargetWindowsArm64EC` in the new version.

https://github.com/llvm/llvm-project/pull/99478


More information about the cfe-commits mailing list