diff options
author | Jordan Rupprecht <rupprecht@google.com> | 2019-08-21 18:00:17 +0000 |
---|---|---|
committer | Jordan Rupprecht <rupprecht@google.com> | 2019-08-21 18:00:17 +0000 |
commit | a28b8d78e426818b4dd1e6eb9f7353358815a3eb (patch) | |
tree | d1807b1f259960fa223fc0c9adefa657d50b4312 /llvm/docs/CommandGuide/llvm-ranlib.md | |
parent | c776f3f3c26f69012456117b5487df2b81ad51e7 (diff) | |
download | llvm-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-ranlib.md')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-ranlib.md | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/llvm/docs/CommandGuide/llvm-ranlib.md b/llvm/docs/CommandGuide/llvm-ranlib.md deleted file mode 100644 index 4377364..0000000 --- a/llvm/docs/CommandGuide/llvm-ranlib.md +++ /dev/null @@ -1,17 +0,0 @@ -# llvm-ranlib - generates an archive index - -## SYNOPSIS - -**llvm-ranlib** [*options*] - -## DESCRIPTION - -**llvm-ranlib** is an alias for the [llvm-ar](llvm-ar.html) tool that generates -an index for an archive. It can be used as a replacement for GNU's **ranlib** -tool. - -Running **llvm-ranlib** is equivalent to running **llvm-ar s**. - -## SEE ALSO - -Refer to [llvm-ar](llvm-ar.html) for additional information. |