This is an archive of the discontinued LLVM Phabricator instance.

[llvm-cxxfilt] Switch command line parsing from llvm::cl to OptTable
ClosedPublic

Authored by MaskRay on Jul 7 2021, 8:22 PM.

Details

Summary

Similar to D104889. The tool is very simple and its long options are uncommon,
so just drop the one-dash form in this patch.

Diff Detail

Event Timeline

MaskRay created this revision.Jul 7 2021, 8:22 PM
MaskRay requested review of this revision.Jul 7 2021, 8:22 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 7 2021, 8:22 PM
MaskRay updated this revision to Diff 357276.Jul 8 2021, 10:48 AM

Update doc

jhenderson accepted this revision.Jul 9 2021, 12:43 AM
jhenderson added a subscriber: gbreynoo.

LGTM.

(FYI: @gbreynoo - I'm not sure there's much we'll need to change downstream, but subscribing you anayway).

llvm/tools/llvm-cxxfilt/Opts.td
20

Alphabetical ordering?

This revision is now accepted and ready to land.Jul 9 2021, 12:43 AM
This revision was automatically updated to reflect the committed changes.
MaskRay marked an inline comment as done.
MaskRay marked an inline comment as done.Jul 9 2021, 10:10 AM