This revision was automatically updated to reflect the committed changes.
Closed by commit rL299144: Try to fix the libcxx build with mingw64 (authored
by rnk).
Changed prior to commit:
https://reviews.llvm.org/D31518?vs=93568&id=93570#toc
Repository:
rL LLVM
https://reviews.llvm.org/D31518
EricWF accepted this revision.
EricWF added a comment.
This revision is now accepted and ready to land.
LGTM. CMake's behavior here is unfortunate but this seems like a reasonable
workaround.
https://reviews.llvm.org/D31518
___
cfe-commits mailing
rnk created this revision.
Herald added a subscriber: mgorny.
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.
https://reviews.llvm.org/D31518
Files:
libcxx/cmake/config-ix.cmake
Index: