This is an archive of the discontinued LLVM Phabricator instance.

[bugpoint] Add option categories.
AbandonedPublic

Authored by hintonda on Feb 21 2018, 10:47 PM.

Details

Reviewers
MatzeB
vsk
Summary

Add option categories to cleanup help output.

Diff Detail

Event Timeline

hintonda created this revision.Feb 21 2018, 10:47 PM
MatzeB accepted this revision.Feb 22 2018, 4:09 PM

LGTM with declarations moved into a header.

tools/bugpoint/ExtractFunction.cpp
44

Can you put this declaration into a header?

tools/bugpoint/ToolRunner.cpp
29

Can you put this declaration into a header?

This revision is now accepted and ready to land.Feb 22 2018, 4:09 PM
hintonda abandoned this revision.Mar 24 2018, 8:59 AM

While this is a marginal improvement, replacing bugpoint is a better option.