blob: dd6e8593483f041760505d59d65557e14dadccf2 [file] [log] [blame] [view]
Jordan Rupprecht4c3722a2019-06-11 21:13:01 +00001# llvm-strip - object stripping tool
2
3## SYNOPSIS
4
5**llvm-strip** [*options*]
6
7## DESCRIPTION
8
9**llvm-strip** is a tool to strip sections and symbols from object files.
10
11The tool is still in active development, but in most scenarios it works as a
12drop-in replacement for GNU's **strip**.
13
14## SEE ALSO
15
16[llvm-objcopy](llvm-objcopy.html)