hfinkel added inline comments.
================ Comment at: lib/Driver/Driver.cpp:661 + + // If not found, try searching the directory where executable resides. + FilePath.clear(); ---------------- hfinkel wrote: > Why not just add this directory to the end of the list of directories? (by which I mean, why not add BinDirectory to the list of directories instead of having special code for it?) https://reviews.llvm.org/D24933 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits