[PATCH] D29464: [MinGWToolChain] Don't use GCC headers on Win32

Anton Korobeynikov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Feb 4 01:19:04 PST 2017


asl requested changes to this revision.
asl added inline comments.
This revision now requires changes to proceed.


================
Comment at: lib/Driver/MinGWToolChain.cpp:211
 
+#ifndef LLVM_ON_WIN32
   if (GetRuntimeLibType(DriverArgs) == ToolChain::RLT_Libgcc) {
----------------
This check is certainly wrong because it checks for host, not for target.


https://reviews.llvm.org/D29464





More information about the cfe-commits mailing list