From 3480f052361b75db46663f9bd3a89b6957c3f99a Mon Sep 17 00:00:00 2001 From: Quinton Miller Date: Thu, 7 Nov 2024 22:25:51 +0800 Subject: [PATCH] Support MSYS2's CLANGARM64 environment on ARM64 Windows (#15159) Tested using a Windows VM on an Apple M2 host. The instructions we use in our MinGW-w64 CI workflow will just work by simply replacing `-ucrt-` in the MSYS2 package names with `-clang-aarch64-`. Requires #15155 on both the cross-compilation host and the target. --- src/lib_c/aarch64-windows-gnu | 1 + 1 file changed, 1 insertion(+) create mode 120000 src/lib_c/aarch64-windows-gnu diff --git a/src/lib_c/aarch64-windows-gnu b/src/lib_c/aarch64-windows-gnu new file mode 120000 index 000000000000..072348f65d09 --- /dev/null +++ b/src/lib_c/aarch64-windows-gnu @@ -0,0 +1 @@ +x86_64-windows-msvc \ No newline at end of file