[PATCH] D134337: [clang] [Driver] More flexible rules for loading default configs
Michał Górny via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 18 10:00:33 PDT 2022
mgorny added a comment.
In D134337#3865541 <https://reviews.llvm.org/D134337#3865541>, @tstellar wrote:
> I know I'm a little late here, but having a default config file that's always loaded makes triaging issues much harder, because now every time someone files a bug, we need to ask for the contents of their config directory.
I don't see that as much worse than asking them for the values of `*DEFAULT*` CMake options or whether they have patched their clang because the driver code makes so many specific assumptions that it didn't work for them. At least `clang -v` tells us whether they are actually using any configs.
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