This is an archive of the discontinued LLVM Phabricator instance.

[llvm][tools] Hide unrelated cli options of remaining tools
ClosedPublic

Authored by tbaeder on Jul 21 2021, 4:18 AM.

Details

Summary

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

Diff Detail

Event Timeline

tbaeder requested review of this revision.Jul 21 2021, 4:18 AM
tbaeder created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJul 21 2021, 4:18 AM
MaskRay accepted this revision.Jul 21 2021, 10:07 PM

Thanks!

This revision is now accepted and ready to land.Jul 21 2021, 10:07 PM
This revision was landed with ongoing or failed builds.Jul 22 2021, 12:51 AM
This revision was automatically updated to reflect the committed changes.

Seems like this broke some build bots, e.g. https://lab.llvm.org/buildbot/#/builders/85/builds/5975 ?

Is llvm-stress not always being built?