[PATCH] D10431: PR21174 - clang only searches current working directory for precompiled include file
Richard Smith
richard at metafoo.co.uk
Mon Jul 13 19:33:45 PDT 2015
rsmith added inline comments.
================
Comment at: lib/Driver/Tools.cpp:398
@@ +397,3 @@
+ } else {
+ for (const Arg *A : Args.filtered(options::OPT_I_Group)) {
+ SmallString<128> Path(A->getValue());
----------------
Does GCC do this just for the include paths specified on the command line, in the order as written, or should this be using the full set of header search paths?
http://reviews.llvm.org/D10431
More information about the cfe-commits
mailing list