rnk added inline comments.

================
Comment at: tools/clang/lib/Driver/Tools.cpp:9087
@@ -9075,3 +9086,3 @@
 
-      AddLibGCC(Args, CmdArgs);
+      AddRuntime(TC, Args, CmdArgs);
 
----------------
You still don't need this, see the static helper `AddRunTimeLibs()` in 
Tools.cpp. It already has all this logic, and shares it across tools. We should 
make the mingw linker tool use it, just like the gnutools linker does.


http://reviews.llvm.org/D11237




_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to