[PATCH] D133329: [Driver] Add --gcc-install-dir=
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 19 08:51:38 PDT 2022
MaskRay added a comment.
In D133329#3798371 <https://reviews.llvm.org/D133329#3798371>, @mgorny wrote:
> I think you misunderstood me. The aforementioned tests fail if I put `--gcc-install-dir=` in the config file. There is no way to put it in the config file that wouldn't affect these tests right now.
This is unsupported. It's like if you put `-W` in a default config file it may change a lot of things. We cannot reasonably support such tests without introducing a lot of complexity to a lot of driver tests.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133329/new/
https://reviews.llvm.org/D133329
More information about the cfe-commits
mailing list