[PATCH] D63011: [docs]Move llvm-readobj from "Developer Tools" to "Basic Commands"
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 7 09:14:19 PDT 2019
jhenderson created this revision.
jhenderson added reviewers: grimar, rupprecht, MaskRay.
Herald added a subscriber: arphaman.
Herald added a project: LLVM.
On the Command Guid page, there are multiple sections with links to the different documentation pages available for LLVM tools. The "Basic Tools" section includes tools like llvm-objdump, llvm-nm and so on. The "Developer Tools" section contains things like FileCheck and lit. This change moves llvm-readobj into the former block, from the latter.
Repository:
rL LLVM
https://reviews.llvm.org/D63011
Files:
docs/CommandGuide/index.rst
Index: docs/CommandGuide/index.rst
===================================================================
--- docs/CommandGuide/index.rst
+++ docs/CommandGuide/index.rst
@@ -35,6 +35,7 @@
llvm-dwarfdump
dsymutil
llvm-mca
+ llvm-readobj
Debugging Tools
~~~~~~~~~~~~~~~
@@ -58,4 +59,3 @@
llvm-build
llvm-exegesis
llvm-pdbutil
- llvm-readobj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63011.203568.patch
Type: text/x-patch
Size: 368 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190607/3c38b19b/attachment.bin>
More information about the llvm-commits
mailing list