[PATCH] D38380: [libunwind] Add CMake support for building for MinGW

Saleem Abdulrasool via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 28 22:18:31 PDT 2017


compnerd added a comment.

With an explanation of the `gcc_s` vs `gcc`, I think this LG.



================
Comment at: cmake/config-ix.cmake:38
+    else ()
+      set(MINGW_RUNTIME gcc_s gcc)
+    endif()
----------------
This seems really weird.  `gcc_s` and `gcc` are the same library, the former is the shared version of the latter.  Is this really correct?


https://reviews.llvm.org/D38380





More information about the cfe-commits mailing list