You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation: Compiling LLVM with MinGW is a huge PITA and for LLVM 4.0 would likely require us to switch to "MinGW with Posix Threads" from "MinGW with Win32 Threads".
As far as I know, there should be no reason why an enduser would require rustc to be available compiled by MinGW (Edit: as pointed out below, unless they have a compiler plugin which requires windows-gnu).
Such a change would likely require modifications to any or multiple of rustc, rustup and rustbuild, depending on the approach taken.
Another benefit: This would probably get rid of 95% of spurious appveyor failures.