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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to