aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/CommandGuide/llvm-strings.md
diff options
context:
space:
mode:
authorJordan Rupprecht <rupprecht@google.com>2019-08-21 18:00:17 +0000
committerJordan Rupprecht <rupprecht@google.com>2019-08-21 18:00:17 +0000
commita28b8d78e426818b4dd1e6eb9f7353358815a3eb (patch)
treed1807b1f259960fa223fc0c9adefa657d50b4312 /llvm/docs/CommandGuide/llvm-strings.md
parentc776f3f3c26f69012456117b5487df2b81ad51e7 (diff)
downloadllvm-a28b8d78e426818b4dd1e6eb9f7353358815a3eb.zip
llvm-a28b8d78e426818b4dd1e6eb9f7353358815a3eb.tar.gz
llvm-a28b8d78e426818b4dd1e6eb9f7353358815a3eb.tar.bz2
[docs] Convert remaining command guide entries from md to rst.
Summary: Linking between markdown and rst files is currently not supported very well, e.g. the current llvm-addr2line docs [1] link to "llvm-symbolizer" instead of "llvm-symbolizer.html". This is weirdly broken in different ways depending on which versions of sphinx and recommonmark are being used, so workaround the bug by using rst everywhere. [1] http://llvm.org/docs/CommandGuide/llvm-addr2line.html Reviewers: jhenderson Reviewed By: jhenderson Subscribers: lebedev.ri, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D66305 llvm-svn: 369553
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-strings.md')
-rw-r--r--llvm/docs/CommandGuide/llvm-strings.md10
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**.