File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ jobs:
155155 - name : Run extra tests with crt-test
156156 run : |
157157 export PATH=/llvm-mingw/bin:$PATH
158- for arch in i686 x86_64 armv7 aarch64; do
158+ for arch in i686 x86_64 armv7 aarch64 arm64ec ; do
159159 for crt in msvcrt-ansi msvcrt-noansi ucrt ucrtbase; do
160160 case $crt in
161161 msvcrt*) defs="-D__MSVCRT_VERSION__=0x700"; lib=msvcrt-os ;;
@@ -170,7 +170,7 @@ jobs:
170170 $arch-w64-mingw32-clang $defs -fno-builtin test/crt-test.c -o $name-crt-first.exe -l$lib -O2
171171 echo $name
172172 case $arch in
173- ${{ runner.arch == 'ARM64' && 'aarch64' || '*86*' }}) ./$name-regular.exe ; ./$name-crt-first.exe ;;
173+ ${{ runner.arch == 'ARM64' && 'aarch64|arm64ec ' || '*86*' }}) ./$name-regular.exe ; ./$name-crt-first.exe ;;
174174 esac
175175 done
176176 done
You can’t perform that action at this time.
0 commit comments