diff options
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-strip.md')
| -rw-r--r-- | llvm/docs/CommandGuide/llvm-strip.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-strip.md b/llvm/docs/CommandGuide/llvm-strip.md new file mode 100644 index 00000000000..dd6e8593483 --- /dev/null +++ b/llvm/docs/CommandGuide/llvm-strip.md @@ -0,0 +1,16 @@ +# llvm-strip - object stripping tool + +## SYNOPSIS + +**llvm-strip** [*options*] + +## DESCRIPTION + +**llvm-strip** is a tool to strip sections and symbols from object files. + +The tool is still in active development, but in most scenarios it works as a +drop-in replacement for GNU's **strip**. + +## SEE ALSO + +[llvm-objcopy](llvm-objcopy.html) |

