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

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 16 13:07:21 PDT 2022


MaskRay added inline comments.


================
Comment at: clang/docs/UsersManual.rst:878
 Another way to specify a configuration file is to encode it in executable name.
 For example, if the Clang executable is named `armv7l-clang` (it may be a
+symbolic link to `clang`), then Clang will search for file `armv7l-clang.cfg` in
----------------
These single backsticks probably should be double backsticks.


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

https://reviews.llvm.org/D109621



More information about the cfe-commits mailing list