[PATCH] D135197: [clang] Make -fcrash-diagnostics default configurable
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 4 14:22:43 PDT 2022
MaskRay added a comment.
I'm concerned of adding more and more knobs which are difficult to maintain and make testsuite diverged and more difficult for a contributor to cover every combination.
This is exactly the thing that https://discourse.llvm.org/t/rfc-adding-a-default-file-location-to-config-file-support/63606/45 tries to tackle in a generic way and I encourage that you switch to it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135197/new/
https://reviews.llvm.org/D135197
More information about the llvm-commits
mailing list