llvm/docs/CommandGuide/llvm-strip.md
Jordan Rupprecht 69f0756aa5 [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
2019-06-11 21:13:01 +00:00

336 B

llvm-strip - object stripping tool

SYNOPSIS

llvm-strip [options]

DESCRIPTION

llvm-strip is a tool to strip sections and symbols from object files.

The tool is still in active development, but in most scenarios it works as a drop-in replacement for GNU's strip.

SEE ALSO

llvm-objcopy