[all-commits] [llvm/llvm-project] 0dec5e: Keep configuration file search directories in Expa...
Serge Pavlov via All-commits
all-commits at lists.llvm.org
Wed Oct 19 03:20:43 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0dec5e164f9d289b6e576655c7cf21a3dd0389f8
https://github.com/llvm/llvm-project/commit/0dec5e164f9d289b6e576655c7cf21a3dd0389f8
Author: Serge Pavlov <sepavloff at gmail.com>
Date: 2022-10-19 (Wed, 19 Oct 2022)
Changed paths:
M clang/include/clang/Driver/Driver.h
M clang/lib/Driver/Driver.cpp
M llvm/include/llvm/Support/CommandLine.h
M llvm/lib/Support/CommandLine.cpp
Log Message:
-----------
Keep configuration file search directories in ExpansionContext. NFC
Class ExpansionContext encapsulates options for search and expansion of
response files, including configuration files. With this change the
directories which are searched for configuration files are also stored
in ExpansionContext.
Differential Revision: https://reviews.llvm.org/D135439
More information about the All-commits
mailing list