From aa8753bc98d741bb7c9a497c84ce2a95b5cf031e Mon Sep 17 00:00:00 2001 From: James Henderson Date: Fri, 7 Jun 2019 16:43:44 +0000 Subject: [PATCH] [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 llvm-svn: 362813 --- llvm/docs/CommandGuide/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/CommandGuide/index.rst b/llvm/docs/CommandGuide/index.rst index 8a6edf5..650ff07 100644 --- a/llvm/docs/CommandGuide/index.rst +++ b/llvm/docs/CommandGuide/index.rst @@ -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 -- 2.7.4