mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-10 21:36:05 +00:00
17 lines
336 B
Markdown
17 lines
336 B
Markdown
![]() |
# 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)
|