forked from OSchip/llvm-project
17 lines
321 B
Markdown
17 lines
321 B
Markdown
# 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)
|