[PATCH] D109621: [clang] [Driver] Fall back to default.cfg when calling clang w/o prefix

Michał Górny via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 16 13:26:49 PDT 2022


mgorny 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
----------------
MaskRay wrote:
> These single backsticks probably should be double backsticks.
To be honest, I was wondering why it was done like that.


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

https://reviews.llvm.org/D109621



More information about the cfe-commits mailing list