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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to