[PATCH] D134270: [clang] [Driver] Support multiple configuration files
Michał Górny via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 21 03:53:42 PDT 2022
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
More information about the cfe-commits
mailing list