OSDN Git Service

[docs][llvm-readelf] Expand llvm-readelf documentation
authorJames Henderson <jh7370@my.bristol.ac.uk>
Mon, 1 Jul 2019 16:18:57 +0000 (16:18 +0000)
committerJames Henderson <jh7370@my.bristol.ac.uk>
Mon, 1 Jul 2019 16:18:57 +0000 (16:18 +0000)
commita1ebca4b3e79e02ba71fb0461d5fba9ac7287e89
treed6002625ef35cc5e7fb0d02683052220c0f4530e
parent962c2a67ea8ccdb5417a5ad0784bbdbd36b40175
[docs][llvm-readelf] Expand llvm-readelf documentation

Previously, the llvm-readelf documentation was essentially just a list
of differences to llvm-readobj. Since llvm-readelf is the more likely
goto tool for many people migrating to the LLVM toolchain, it seems like
it would be helpful to document all the switches in the llvm-readelf
document too. This change expands the options listed accordingly.
Additionally, they are unlikely to care what the differences are to
llvm-readobj, since they won't be familiar with the latter as there is
no GNU equivalent, so this change moves the "differences" section to
llvm-readobj's documentation.

Reviewed by: peter.smith

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364800 91177308-0d34-0410-b5e6-96231b3b80d8
docs/CommandGuide/llvm-readelf.rst [new file with mode: 0644]
docs/CommandGuide/llvm-readobj.rst