From 3d8ab16d21d690ed6a3d1286ac4ed4be5023b5b3 Mon Sep 17 00:00:00 2001 From: Zarin Date: Fri, 26 May 2023 05:49:58 -0400 Subject: [PATCH] msys2: Add clang arm shortcut (#4831) * msys2: add clang arm shortcut * case --------- Co-authored-by: HUMORCE --- bucket/msys2.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bucket/msys2.json b/bucket/msys2.json index 6c02a43d06..9f9f5fd8a2 100644 --- a/bucket/msys2.json +++ b/bucket/msys2.json @@ -43,6 +43,11 @@ "clang64", "-clang64 -defterm -here -full-path -no-start" ], + [ + "msys2_shell.cmd", + "clangarm64", + "-clangarm64 -defterm -here -full-path -no-start" + ], [ "msys2_shell.cmd", "ucrt64", @@ -70,6 +75,10 @@ "clang64.exe", "Clang64" ], + [ + "clangarm64.exe", + "ClangArm64" + ], [ "ucrt64.exe", "UCRT64"