This is an archive of the discontinued LLVM Phabricator instance.

[llvm-readobj] Make some commonly used short options visibile in -help
ClosedPublic

Authored by MaskRay on Sep 14 2018, 6:01 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

MaskRay created this revision.Sep 14 2018, 6:01 PM
MaskRay added a comment.EditedSep 14 2018, 6:06 PM

For people who think llvm-readelf is a replacement of readelf, they would like to see -d -r ... listed in llvm-readelf -help. It also helps understanding the confusing -s (which is unfortunately different in semantics but I haven't dug up the original intention). They at least have some way to know they are different...

echristo accepted this revision.Sep 14 2018, 11:46 PM
This revision is now accepted and ready to land.Sep 14 2018, 11:46 PM
ruiu accepted this revision.Sep 15 2018, 3:45 AM

LGTM

This revision was automatically updated to reflect the committed changes.