summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/llvm-objcopy.md
diff options
context:
space:
mode:
authorJames Henderson <jh7370@my.bristol.ac.uk>2019-07-03 14:21:48 +0000
committerJames Henderson <jh7370@my.bristol.ac.uk>2019-07-03 14:21:48 +0000
commite26ca966fba2d5107f8fb74eff069505ad554aa4 (patch)
treecc92da959be2c1ecd0d2b4f82372bbfd581e5d5c /llvm/docs/CommandGuide/llvm-objcopy.md
parent0c230209fe2f7568d91f2a0a71b16d5ddf02a88c (diff)
downloadbcm5719-llvm-e26ca966fba2d5107f8fb74eff069505ad554aa4.tar.gz
bcm5719-llvm-e26ca966fba2d5107f8fb74eff069505ad554aa4.zip
[docs][llvm-objcopy] Write documentation for llvm-objcopy
This patch addresses https://bugs.llvm.org/show_bug.cgi?id=42183 by replacing the stub markdown doc for llvm-objcopy with a full one describing the current options available in llvm-objcopy. Reviewed by: jakehehrlich, MaskRay Differential Revision: https://reviews.llvm.org/D63820 llvm-svn: 365042
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-objcopy.md')
-rw-r--r--llvm/docs/CommandGuide/llvm-objcopy.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/llvm/docs/CommandGuide/llvm-objcopy.md b/llvm/docs/CommandGuide/llvm-objcopy.md
deleted file mode 100644
index 3b79fb7dff0..00000000000
--- a/llvm/docs/CommandGuide/llvm-objcopy.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# 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)
OpenPOWER on IntegriCloud