[libcxx] [llvm] [libcxx] Run tests on Windows/arm64 too (PR #161906)
Nikolas Klauser via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 6 03:23:02 PDT 2025
================
@@ -706,7 +706,7 @@ mingw-dll)
-C "${MONOREPO_ROOT}/libcxx/cmake/caches/MinGW.cmake"
check-runtimes
;;
-mingw-static)
+mingw-static|mingw-static-aarch64)
----------------
philnik777 wrote:
Why do we need a new configuration name if it is identical?
https://github.com/llvm/llvm-project/pull/161906
More information about the llvm-commits
mailing list