[PATCH] D132379: [Support] Class for response file expansion

Serge Pavlov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 22 10:31:18 PDT 2022


sepavloff added a comment.

In D132379#3740102 <https://reviews.llvm.org/D132379#3740102>, @thakis wrote:

> Can you say what you're trying to do?

There is an intention to extend algorithm of included files search. In particular it requires passing down paths where config files may be searched for. It could solve the problem discussed in https://discourse.llvm.org/t/rfc-adding-a-default-file-location-to-config-file-support/63606, there are also other users that need such feature.

If config files are used to tune compiler for a platform which has variants, it is convenient to extract common platform settings into separate config file, which could be included by config files of particular variants. Now such solution does not work because included config files are searched differently than the file in --config option.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D132379/new/

https://reviews.llvm.org/D132379



More information about the llvm-commits mailing list