Closed
Description
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.
cc @alexcrichton, @retep998, @rust-lang/tools
Metadata
Metadata
Assignees
Labels
No labels