[PATCH] D33384: [libcxxabi] fixup bootstrapping for mingw-w64

Eric Fiselier via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 25 00:05:28 PDT 2017


EricWF added inline comments.


================
Comment at: libcxxabi/trunk/cmake/config-ix.cmake:42
     list(APPEND CMAKE_REQUIRED_LIBRARIES ${MINGW_LIBRARIES})
+    set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -D_WIN32_WINNT=0x0600")
   endif()
----------------
Same comment about `-D_WIN32_WINNT=0x0600` as in D33388.


Repository:
  rL LLVM

https://reviews.llvm.org/D33384





More information about the llvm-commits mailing list