This is an archive of the discontinued LLVM Phabricator instance.

[llvm-objcopy][docs] Add missing options to the help output and the command guide
ClosedPublic

Authored by gbreynoo on Sep 23 2021, 9:17 AM.

Details

Summary

This change is to keep the help text and command guide of objcopy in tandem.

  • In the help output the options --rename-section and --set-section-flags were missing the flag exclude, which is found in the command guide.
  • In the command guide the alias -G for --keep-global-symbol was missing, which is found in the help output.

Diff Detail

Event Timeline

gbreynoo created this revision.Sep 23 2021, 9:17 AM
gbreynoo requested review of this revision.Sep 23 2021, 9:17 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 23 2021, 9:17 AM
MaskRay accepted this revision.Sep 23 2021, 4:20 PM

Looks great!

This revision is now accepted and ready to land.Sep 23 2021, 4:20 PM
This revision was landed with ongoing or failed builds.Sep 24 2021, 1:45 AM
This revision was automatically updated to reflect the committed changes.