This is an archive of the discontinued LLVM Phabricator instance.

[clang] Make -fcrash-diagnostics default configurable
AbandonedPublic

Authored by abrachet on Oct 4 2022, 2:16 PM.

Details

Summary

Folks may want to change the default for their distribution.

Diff Detail

Event Timeline

abrachet created this revision.Oct 4 2022, 2:16 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 4 2022, 2:16 PM
Herald added a subscriber: StephenFan. · View Herald Transcript
abrachet requested review of this revision.Oct 4 2022, 2:16 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 4 2022, 2:16 PM

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.

MaskRay requested changes to this revision.Oct 4 2022, 2:23 PM
This revision now requires changes to proceed.Oct 4 2022, 2:23 PM
abrachet abandoned this revision.Oct 4 2022, 3:00 PM

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.

Ah cool I wasn't following that thread, thanks.