diff options
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-strip.md')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-strip.md | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/llvm/docs/CommandGuide/llvm-strip.md b/llvm/docs/CommandGuide/llvm-strip.md deleted file mode 100644 index dd6e8593483..00000000000 --- a/llvm/docs/CommandGuide/llvm-strip.md +++ /dev/null @@ -1,16 +0,0 @@ -# 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) |