[PATCH] D136354: [Driver] Enable nested configuration files

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 15 10:23:23 PST 2022


MaskRay accepted this revision.
MaskRay added a comment.

> To solve such problems, the option --config is allowed inside ...

`--config=`



================
Comment at: clang/docs/UsersManual.rst:989
+``linux.opts`` is searched for in the directory ``~/.llvm/os``. Another way to
+include a file content is using the command line option ``--config``. It works
+similarly but the included file is searched for using the rules for configuration
----------------
`--config=`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136354



More information about the cfe-commits mailing list