This is an archive of the discontinued LLVM Phabricator instance.

[llvm-symbolizer] Place Mach-O options into the Mach-O option group.
ClosedPublic

Authored by gbreynoo on May 10 2021, 10:00 AM.

Details

Summary

In the help output of other tools and in the symbolizer command guide, Mach-o specific options are in their own section. This change fixes the symbolizer help output to be consistent.

Diff Detail

Event Timeline

gbreynoo created this revision.May 10 2021, 10:00 AM
gbreynoo requested review of this revision.May 10 2021, 10:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 10 2021, 10:00 AM

Macho/MachO -> Mach-O

gbreynoo updated this revision to Diff 344343.May 11 2021, 3:14 AM
gbreynoo retitled this revision from [llvm-symbolizer] Macho help options should match command guide to [llvm-symbolizer] Mach-o help options should match command guide.

Thanks Maskray, fixed spelling .

Mach-o help options should match command guide

Place Mach-O options into the Mach-O option group.

llvm/tools/llvm-symbolizer/Opts.td
17

Mach-o -> Mach-O

MaskRay accepted this revision.May 11 2021, 12:34 PM
This revision is now accepted and ready to land.May 11 2021, 12:34 PM
gbreynoo retitled this revision from [llvm-symbolizer] Mach-o help options should match command guide to [llvm-symbolizer] Place Mach-O options into the Mach-O option group..May 12 2021, 4:07 AM
gbreynoo edited the summary of this revision. (Show Details)