[PATCH] D24933: Enable configuration files in clang

Hal Finkel via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 25 20:32:35 PDT 2017


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





More information about the cfe-commits mailing list