This affects the Windows on Arm builders:
clang-arm64-windows-msvc and clang-arm64-windows-msvc-2stage.
We make 2 changes:
- Triple: s/aarch64-windows-msvc/aarch64-pc-windows-msvc; skipping
the vendor seems to confuse flang-new, so we plug an 'unknown' there.
- Add CMAKE_TRY_COMPILE_CONFIGURATION=Release, otherwise cmake tries to
use the debug configuration for try_compile commands, and fails to find
certain libraries, e.g. MSVCP140D.dll