diff options
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-strings.md')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-strings.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/llvm/docs/CommandGuide/llvm-strings.md b/llvm/docs/CommandGuide/llvm-strings.md deleted file mode 100644 index b5871c4..0000000 --- a/llvm/docs/CommandGuide/llvm-strings.md +++ /dev/null @@ -1,10 +0,0 @@ -# llvm-strings - print strings - -## SYNOPSIS - -**llvm-strings** [*options*] - -## DESCRIPTION - -**llvm-strings** is a tool that prints strings in object files. The goal is to -make it a drop-in replacement for GNU's **size**. |