blob: dd6e8593483f041760505d59d65557e14dadccf2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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](llvm-objcopy.html)
|