[PATCH] D109621: [clang][Driver] Default to loading clang.cfg if config file not specified

Martin Storsjö via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 15 00:26:59 PDT 2022


mstorsjo added a comment.

On this topic, it would be great if we could pick up a per-target default config file too, if clang is invoked with `clang -target <triple>`. Currently this is done automatically if clang is invoked as `<triple>-clang`, but not with an explicit `-target` parameter.


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

https://reviews.llvm.org/D109621



More information about the cfe-commits mailing list