[PATCH] D17453: [Driver] Enable --rtlib option for MSVC target

Reid Kleckner via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 11 09:00:21 PST 2016


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

lgtm


================
Comment at: lib/Driver/Tools.cpp:8948
@@ -8947,5 +8947,3 @@
     break;
-  case ToolChain::RLT_Libgcc:
-    AddLibgcc(TC.getTriple(), D, CmdArgs, Args);
-    break;
-  }
+    case ToolChain::RLT_Libgcc:
+      // Make sure libgcc is not used under MSVC environment by default
----------------
Can you make sure you didn't change the indentation of this line? It should be two spaces left of the 'break' above.


http://reviews.llvm.org/D17453





More information about the cfe-commits mailing list