[PATCH] D106430: [llvm][tools] Hide unrelated cli options of remaining tools

Timm Bäder via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 21 04:18:33 PDT 2021


tbaeder created this revision.
tbaeder added reviewers: MaskRay, jhenderson.
tbaeder requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Here is the last patch for this. There are one or two tools still missing (e.g. `llvm-xray`), which define their `cl::opt`s in multiple files.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D106430

Files:
  llvm/test/tools/llvm-reduce/help.test
  llvm/test/tools/llvm-rtdyld/help.test
  llvm/test/tools/llvm-split/help.test
  llvm/test/tools/llvm-stress/help.test
  llvm/test/tools/llvm-undname/help.test
  llvm/tools/llvm-reduce/llvm-reduce.cpp
  llvm/tools/llvm-rtdyld/llvm-rtdyld.cpp
  llvm/tools/llvm-split/llvm-split.cpp
  llvm/tools/llvm-stress/llvm-stress.cpp
  llvm/tools/llvm-undname/llvm-undname.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106430.360403.patch
Type: text/x-patch
Size: 16177 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210721/759a3661/attachment.bin>


More information about the llvm-commits mailing list