mirror of
https://github.com/mstorsjo/llvm-mingw
synced 2026-06-21 14:01:00 +00:00
Revert "run-tests: Skip testing arm64ec in msvcrt builds"
This reverts commit 056dd7329b.
In the current versions of mingw-w64, it is possible to build
the tests for arm64ec with msvcrt.dll as well.
This commit is contained in:
@@ -213,10 +213,6 @@ for arch in $ARCHS; do
|
||||
RUN="$RUN_ARM64EC"
|
||||
COPY="$COPY_ARM64EC"
|
||||
NATIVE="$NATIVE_ARM64EC"
|
||||
if [ -z "$IS_UCRT" ]; then
|
||||
# arm64ec msvcrt isn't working properly yet
|
||||
continue
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user