trcrsired wrote: > 2. 'rewrite the world', which is what MinGW, Cygwin, et al have done, but > require dragging along an entirely separate sysroot, which may diverge from > the vendor in features, correctness, and behaviour, meaning libraries like > https://github.com/microsoft/wil do not compile with a MinGW toolchain
But it will get easily compiled with windows-msvc-sysroot which is exactly the point here. https://github.com/trcrsired/windows-msvc-sysroot https://github.com/llvm/llvm-project/pull/96417 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
