[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)
commit90c57e0001583023095b8a789b71b039d5a04bb4
tree3dfccbfd926eb40c679b48eabcd78f7f3a9e1681
parent4603460a39569578b55a94284f3e6942a475ee07
[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

llvm-svn: 364800
llvm/docs/CommandGuide/llvm-readelf.rst [new file with mode: 0644]
llvm/docs/CommandGuide/llvm-readobj.rst