This is an archive of the discontinued LLVM Phabricator instance.

[Docs][llvm-exegesis] Use double dash long options
ClosedPublic

Authored by aidengrossman on Aug 10 2023, 12:23 PM.

Details

Summary

Currently the llvm-exegesis docs use a mix of double dash and single
dash options with seemingly no pattern. This patch makes everything
double dash options as it has been suggested that we should be
advertising double dash long options exclusively in the documentation.

Diff Detail

Event Timeline

aidengrossman created this revision.Aug 10 2023, 12:23 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 10 2023, 12:23 PM
Herald added a subscriber: mstojanovic. · View Herald Transcript
aidengrossman requested review of this revision.Aug 10 2023, 12:23 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 10 2023, 12:23 PM
aidengrossman added a subscriber: MaskRay.

This is based on a suggestion from @MaskRay on https://reviews.llvm.org/D155904. Definitely not urgent, but I'd like to begin making things more consistent where possible/convenient.

MaskRay accepted this revision.Aug 11 2023, 11:05 AM
This revision is now accepted and ready to land.Aug 11 2023, 11:05 AM
This revision was automatically updated to reflect the committed changes.