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

Serge Pavlov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 17 23:08:21 PDT 2022


sepavloff added a comment.

In D135439#3864165 <https://reviews.llvm.org/D135439#3864165>, @MaskRay wrote:

> I am not familiar with `ExpansionContext`. Is there any behavior difference which can be demonstrated by a test?

This is an NFC test, it does not change behavior. However moving these properties into `ExpansionContext` provides access to the search directories in the functions `expandResponseFile(s)` and allows more natural implementation of the functionality of D133325 <https://reviews.llvm.org/D133325>.


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