To match the --help message and most other utilities.
While here, change option:: -output=output to option:: --output=<output> and
omit the value name for the short options (convention of other utilities).
Paths
| Differential D116353
[docs][llvm-profdata] Prefer double-dash long options ClosedPublic Authored by MaskRay on Dec 28 2021, 7:32 PM.
Details Summary To match the --help message and most other utilities. While here, change option:: -output=output to option:: --output=<output> and
Diff Detail
Event TimelineComment Actions lgtm
This revision is now accepted and ready to land.Dec 28 2021, 10:00 PM
Comment Actions There is a bit other oddity like --show-prof-sym-list=[true|false] (--no- is more common); some options are not sorted alphabetically; --help option value names may not match the documentation. This revision was landed with ongoing or failed builds.Dec 30 2021, 10:37 AM Closed by commit rG25ff448aac63: [docs][llvm-profdata] Prefer double-dash long options (authored by MaskRay). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 396693 llvm/docs/CommandGuide/llvm-profdata.rst
|
-o=<output>
to keep it consistent with the old documentation, also the dangling -o looks off.