I'm experimenting with GitHub Actions, and the default clang compiler on their windows runners have the target "x86_64-pc-windows-msvc", and use the MSVC linker.
This combination is not supported by the builder.
GitHub also has a bunch of other compilers, but maybe worth adding the support.
I'm experimenting with GitHub Actions, and the default clang compiler on their windows runners have the target "x86_64-pc-windows-msvc", and use the MSVC linker.
This combination is not supported by the builder.
GitHub also has a bunch of other compilers, but maybe worth adding the support.