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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits