mgorny added inline comments.
================ Comment at: clang/lib/Driver/Driver.cpp:1061 return false; + if (ClangNameParts.TargetPrefix.empty()) + return false; ---------------- sepavloff wrote: > Does it mean that executable without prefix won't load implicit config file? > For example, execution of `clang` won't trigger loading `clang.cfg` or > `default.cfg`? Yes, this patch doesn't change how defaults are loaded. This is tackled separately in D134337. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D134270/new/ https://reviews.llvm.org/D134270 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits