Make --config, --no-default-config and --config-*-dir CoreOptions
to enable their availability to all clang driver modes. This improves
consistency given that the default set of configuration files is
processed independently of mode anyway.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I don't know about that. The comment on top says "The option is a "driver"-only option, and should not be forwarded to other tools via -Xarch options.". Well, it's processed by driver only, isn't it?