whitequark marked an inline comment as done.
================
Comment at: cfe/trunk/lib/Driver/ToolChain.cpp:352
@@ +351,3 @@
+ return UseLinker;
+ } else {
+ // If we're passed -fuse-ld= with no argument, or with the argument ld,
----------------
silvas wrote:
> No need for else after return.
This would change behavior when an absolute path is passed but doesn't exist;
clang will try to append it to "ld." and display some silly error message.
Repository:
rL LLVM
http://reviews.llvm.org/D17952
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits