[PATCH] D14290: compiler-rt: add make solution to bootstrap for mingw-w64

Martell Malone via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 3 11:04:17 PST 2015


martell added a comment.

In http://reviews.llvm.org/D14290#280264, @samsonov wrote:

> Hm, I understand why this patch can be useful, but not entirely sure we want to upstream it and therefore let other people use it, given the effort to switch to CMake entirely ASAP - it means more people will have to change their workflows. Chris, WDYT?


On this my reason for the upstream is because it is an immediate solution.
I only intend to add support for builtins to this and nothing more.
It looks like it might be some time for the bootstrapping via cmake is ready.
At that point I assume we would dump this along with the rest of the other make targets.

We currently have OSX IOS and Linux buildable in this mannor so I don't see the harm in adding mingw until cmake is ready


http://reviews.llvm.org/D14290





More information about the llvm-commits mailing list