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