OSDN Git Service

[docs][llvm-objdump] Improve llvm-objdump documentation
authorJames Henderson <jh7370@my.bristol.ac.uk>
Fri, 21 Jun 2019 10:12:53 +0000 (10:12 +0000)
committerJames Henderson <jh7370@my.bristol.ac.uk>
Fri, 21 Jun 2019 10:12:53 +0000 (10:12 +0000)
commit467003480e4303110d36536adccdaee7f35ff131
treee03e89789e9ecd4182fa1c2095824c604538a6d2
parentda9b59dae2a4381cb43d8802672560bd992a936e
[docs][llvm-objdump] Improve llvm-objdump documentation

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.

Reviewed by: MaskRay, mtrent, alexshap

Differential Revision: https://reviews.llvm.org/D63606

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364019 91177308-0d34-0410-b5e6-96231b3b80d8
docs/CommandGuide/llvm-objdump.rst