[PATCH] D63826: [docs][llvm-readelf] Expand llvm-readelf documentation

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 26 08:35:24 PDT 2019


jhenderson created this revision.
jhenderson added reviewers: rupprecht, MaskRay, mtrent, peter.smith.
Herald added a project: LLVM.

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.


Repository:
  rL LLVM

https://reviews.llvm.org/D63826

Files:
  docs/CommandGuide/llvm-readelf.rst
  docs/CommandGuide/llvm-readobj.rst

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63826.206681.patch
Type: text/x-patch
Size: 8288 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190626/e4052656/attachment.bin>


More information about the llvm-commits mailing list