]> granicus.if.org Git - llvm/commit
[docs] Add "GNU binutils Replacements" section to command guide
authorJordan Rupprecht <rupprecht@google.com>
Tue, 11 Jun 2019 21:13:01 +0000 (21:13 +0000)
committerJordan Rupprecht <rupprecht@google.com>
Tue, 11 Jun 2019 21:13:01 +0000 (21:13 +0000)
commit69f0756aa54bf9cb4422c305f2e77f606b315f15
treed6ce5bf338f8c3ac3f235b9b1ee501cb1451bc0c
parentdae5d38e983792c73073d8a4e6ade2a040391f3b
[docs] Add "GNU binutils Replacements" section to command guide

Summary:
This splits out a section in the command guide for llvm tools that can be used as replacements for GNU tools. For pages that didn't exist, I added stub pages that can be individually filled in by followup patches.

Tested by running `ninja docs-llvm-html` and inspecting locally.

Reviewers: jhenderson, MaskRay, grimar, alexshap

Reviewed By: jhenderson, MaskRay, grimar

Subscribers: smeenai, arphaman, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D63014

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@363100 91177308-0d34-0410-b5e6-96231b3b80d8
docs/CommandGuide/index.rst
docs/CommandGuide/llvm-cxxfilt.md [new file with mode: 0644]
docs/CommandGuide/llvm-objcopy.md [new file with mode: 0644]
docs/CommandGuide/llvm-ranlib.md [new file with mode: 0644]
docs/CommandGuide/llvm-readelf.md [new file with mode: 0644]
docs/CommandGuide/llvm-size.md [new file with mode: 0644]
docs/CommandGuide/llvm-strings.md [new file with mode: 0644]
docs/CommandGuide/llvm-strip.md [new file with mode: 0644]