mingw64 has lots of default libs that libc++ and its test programs
should link against.
With this patch, cmake now runs successfully with GCC on Windows.
Differential D31518
Try to fix the libcxx build with mingw64 rnk on Mar 30 2017, 5:28 PM. Authored by
Details mingw64 has lots of default libs that libc++ and its test programs With this patch, cmake now runs successfully with GCC on Windows.
Diff Detail
Event TimelineComment Actions LGTM. CMake's behavior here is unfortunate but this seems like a reasonable workaround. |