diff options
author | James Henderson <jh7370@my.bristol.ac.uk> | 2019-06-07 16:43:44 +0000 |
---|---|---|
committer | James Henderson <jh7370@my.bristol.ac.uk> | 2019-06-07 16:43:44 +0000 |
commit | aa8753bc98d741bb7c9a497c84ce2a95b5cf031e (patch) | |
tree | 04bb6ac141453a4691a24f5cce213ec3b44d8685 /llvm/docs/CommandGuide/index.rst | |
parent | 37e1b41f1b16af02e7be33cc92004f975e1eff22 (diff) | |
download | bcm5719-llvm-aa8753bc98d741bb7c9a497c84ce2a95b5cf031e.tar.gz bcm5719-llvm-aa8753bc98d741bb7c9a497c84ce2a95b5cf031e.zip |
[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
Diffstat (limited to 'llvm/docs/CommandGuide/index.rst')
-rw-r--r-- | llvm/docs/CommandGuide/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/index.rst b/llvm/docs/CommandGuide/index.rst index 8a6edf575cb..650ff071fcc 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 |