[PATCH] D61870: Make cl::HideUnrelatedOptions more flexible
serge via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 17 08:40:31 PDT 2019
serge-sans-paille added a comment.
@hintonda / @beanz : I've been thinking about this, and I'm now convinced that this review is probably not the good approach. What we need is a good way to track which options are actually important for a given binary, correctly set the categories of each option and *reallyhide* the others. So I'll pause this review and start working on sanitizing the output of several tools until I get a better understanding of the actual API needs.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61870/new/
https://reviews.llvm.org/D61870
More information about the llvm-commits
mailing list