1LLVM-STRIP(1) LLVM LLVM-STRIP(1)
23
4
NAME
6llvm-strip - object stripping tool
7
SYNOPSIS
9llvm-strip [options]
10
DESCRIPTION
12llvm-strip is a tool to strip sections and symbols from object files.
1314
The tool is still in active development, but in most scenarios it works
15as a drop-in replacement for GNU's strip.
16
SEE ALSO
18llvm-objcopy
19
AUTHOR
21Maintained by the LLVM Team (https://llvm.org/).
22
COPYRIGHT
242003-2019, LLVM Project
2526
27
28
29
9 2019-09-19 LLVM-STRIP(1)