[PATCH] D135439: Keep configuration file search directories in ExpansionContext. NFC

Serge Pavlov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 7 04:17:21 PDT 2022


sepavloff created this revision.
sepavloff added reviewers: MaskRay, mgorny.
Herald added subscribers: StephenFan, hiraditya.
Herald added a project: All.
sepavloff requested review of this revision.
Herald added projects: clang, LLVM.
Herald added a subscriber: llvm-commits.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D135439

Files:
  clang/include/clang/Driver/Driver.h
  clang/lib/Driver/Driver.cpp
  llvm/include/llvm/Support/CommandLine.h
  llvm/lib/Support/CommandLine.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135439.466034.patch
Type: text/x-patch
Size: 10985 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221007/5f91a6f8/attachment.bin>


More information about the llvm-commits mailing list