[llvm] r362813 - [docs]Move llvm-readobj from "Developer Tools" to "Basic Commands"
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 7 09:43:44 PDT 2019
Author: jhenderson
Date: Fri Jun 7 09:43:44 2019
New Revision: 362813
URL: http://llvm.org/viewvc/llvm-project?rev=362813&view=rev
Log:
[docs]Move llvm-readobj from "Developer Tools" to "Basic Commands"
On the Command Guide 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.
Reviewed by: MaskRay
Differential Revision: https://reviews.llvm.org/D63011
Modified:
llvm/trunk/docs/CommandGuide/index.rst
Modified: llvm/trunk/docs/CommandGuide/index.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/index.rst?rev=362813&r1=362812&r2=362813&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/index.rst (original)
+++ llvm/trunk/docs/CommandGuide/index.rst Fri Jun 7 09:43:44 2019
@@ -35,6 +35,7 @@ Basic Commands
llvm-dwarfdump
dsymutil
llvm-mca
+ llvm-readobj
Debugging Tools
~~~~~~~~~~~~~~~
@@ -58,4 +59,3 @@ Developer Tools
llvm-build
llvm-exegesis
llvm-pdbutil
- llvm-readobj
More information about the llvm-commits
mailing list