[PATCH] D109621: [clang] [Driver] Fall back to default.cfg when calling clang w/o prefix
Serge Pavlov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 19 03:15:54 PDT 2022
sepavloff added a comment.
In D109621#3791511 <https://reviews.llvm.org/D109621#3791511>, @mstorsjo wrote:
> 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.
Would enabling config files in such invocations be a solution for your use case?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109621/new/
https://reviews.llvm.org/D109621
More information about the cfe-commits
mailing list