msys2: Add clang arm shortcut (#4831)

* msys2: add clang arm shortcut

* case

---------

Co-authored-by: HUMORCE <humorce@outlook.com>
This commit is contained in:
Zarin 2023-05-26 05:49:58 -04:00 committed by GitHub
parent bdcbeb9dac
commit 3d8ab16d21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"