[PATCH] D17952: [Clang] Accept absolute paths in the -fuse-ld option
Sean Silva via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 7 19:43:18 PST 2016
silvas added inline comments.
================
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,
----------------
Makes sense.
Repository:
rL LLVM
http://reviews.llvm.org/D17952
More information about the cfe-commits
mailing list