[PATCH] D120455: [CommandLine] Remove `may only occur zero or one times!` error
Eric Christopher via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 24 09:56:07 PST 2022
echristo added a comment.
My biggest concern is llvm developing a gcc-esque "--params" style set of options which is what this would give. If we want these to be a support surface we should enable and test them as such. Just allowing it without that gives the entire ecosystem another set of support surface that we actually don't want people to use. Workarounds downstream should be handled by downstream as much as possible or via coordination with developers on a "hey, can we actually wait here" on options.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120455/new/
https://reviews.llvm.org/D120455
More information about the llvm-commits
mailing list