Jordan Rupprecht | 4c3722a | 2019-06-11 21:13:01 +0000 | [diff] [blame] | 1 | # 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 | |||||
11 | The tool is still in active development, but in most scenarios it works as a | ||||
12 | drop-in replacement for GNU's **objcopy**. | ||||
13 | |||||
14 | ## SEE ALSO | ||||
15 | |||||
16 | [llvm-strip](llvm-strip.html) |