mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-07 02:01:43 +00:00

Summary: This splits out a section in the command guide for llvm tools that can be used as replacements for GNU tools. For pages that didn't exist, I added stub pages that can be individually filled in by followup patches. Tested by running `ninja docs-llvm-html` and inspecting locally. Reviewers: jhenderson, MaskRay, grimar, alexshap Reviewed By: jhenderson, MaskRay, grimar Subscribers: smeenai, arphaman, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D63014 llvm-svn: 363100
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)
|