From: James Henderson Date: Fri, 7 Jun 2019 16:43:44 +0000 (+0000) Subject: [docs]Move llvm-readobj from "Developer Tools" to "Basic Commands" X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29f89f1e57efa096f37d6407346af1281ce9f9d8;p=llvm [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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362813 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CommandGuide/index.rst b/docs/CommandGuide/index.rst index 8a6edf575cb..650ff071fcc 100644 --- a/docs/CommandGuide/index.rst +++ b/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