[PATCH] D134337: [clang] [Driver] More flexible rules for loading default configs
Tom Stellard via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 17 17:29:16 PDT 2022
tstellar added inline comments.
================
Comment at: clang/docs/UsersManual.rst:954
+
+For example, ``x86_64-pc-linux-gnu-clang-g++`` will attempt to load two
+configuration files named respectively::
----------------
Is `x86_64-pc-linux-gnu-clang-g++ ` being passed to --driver= in this example?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134337/new/
https://reviews.llvm.org/D134337
More information about the cfe-commits
mailing list