[PATCH] D63606: [docs][llvm-objdump] Improve llvm-objdump documentation
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 20 08:41:02 PDT 2019
jhenderson created this revision.
jhenderson added reviewers: rupprecht, grimar, MaskRay, mtrent, alexshap.
Herald added a project: LLVM.
The llvm-objdump document was missing many options, and there were also some style issues with it. This patches fixes all but the first issue listed in https://bugs.llvm.org/show_bug.cgi?id=42249 by:
1. Adding missing options and commands.
2. Standardising on double dashes for long-options throughout.
3. Moving Mach-O specific options to a separate section.
4. Removing options that don't exist or aren't relevant to llvm-objdump.
Repository:
rL LLVM
https://reviews.llvm.org/D63606
Files:
docs/CommandGuide/llvm-objdump.rst
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63606.205823.patch
Type: text/x-patch
Size: 9081 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190620/a94375a0/attachment.bin>
More information about the llvm-commits
mailing list