[PATCH] D135439: Keep configuration file search directories in ExpansionContext. NFC
Michał Górny via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 14 10:46:11 PDT 2022
mgorny added inline comments.
================
Comment at: clang/lib/Driver/Driver.cpp:1007
// Then load configuration files specified explicitly.
- llvm::SmallString<128> CfgFilePath;
+ std::string CfgFilePath;
if (CLOptions) {
----------------
mgorny wrote:
> I don't really understand the purpose of this change, or how it's related to moving search dirs.
Oh, it's because of `ExpCtx.findConfigFile()` API.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135439/new/
https://reviews.llvm.org/D135439
More information about the llvm-commits
mailing list