[PATCH] D105893: [llvm][tools] Hide unrelated llvm-bcanalyzer options
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 13 15:55:46 PDT 2021
MaskRay added a comment.
See @jhenderon's comment on the other thread: "It may also be a good idea to add testing similar to the llvm-strings test to show that only the expected options categories are present."
This patch needs `test/tools/llvm-bcanalyzer/help.test` with an NOT pattern (https://llvm.org/docs/CommandGuide/FileCheck.html#the-check-not-directive) `CHECK-NOT: {{[Oo]}}ptions:`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105893/new/
https://reviews.llvm.org/D105893
More information about the llvm-commits
mailing list