[PATCH] D63014: [docs] Add "GNU Replacements" section to command guide

Jordan Rupprecht via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 7 10:59:23 PDT 2019


rupprecht created this revision.
rupprecht added reviewers: jhenderson, MaskRay, grimar.
Herald added a reviewer: alexshap.
Herald added subscribers: llvm-commits, arphaman.
Herald added a project: LLVM.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D63014

Files:
  llvm/docs/CommandGuide/index.rst
  llvm/docs/CommandGuide/llvm-cxxfilt.md
  llvm/docs/CommandGuide/llvm-objcopy.md
  llvm/docs/CommandGuide/llvm-ranlib.md
  llvm/docs/CommandGuide/llvm-readelf.md
  llvm/docs/CommandGuide/llvm-size.md
  llvm/docs/CommandGuide/llvm-strings.md
  llvm/docs/CommandGuide/llvm-strip.md

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63014.203582.patch
Type: text/x-patch
Size: 4338 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190607/4dac52d9/attachment.bin>


More information about the llvm-commits mailing list