blob: 3b79fb7dff079e1440a27de79ace7237a181ec88 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# llvm-objcopy - object copying tool
## SYNOPSIS
**llvm-objcopy** [*options*]
## DESCRIPTION
**llvm-objcopy** is a tool to copy and manipulate objects.
The tool is still in active development, but in most scenarios it works as a
drop-in replacement for GNU's **objcopy**.
## SEE ALSO
[llvm-strip](llvm-strip.html)
|