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

lgtm



================
Comment at: lib/Driver/ToolChains/MinGW.cpp:383
+      Args.getLastArgValue(options::OPT_fuse_ld_EQ, CLANG_DEFAULT_LINKER)
+          .equals_lower("lld");
 }
----------------
I thought we supported putting paths in this option, but I see we already use 
this pattern almost everywhere throughout the driver, so I guess checking for 
the symbolic name is fine.


https://reviews.llvm.org/D53195



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

Reply via email to