[llvm-commits] [PATCH] broken link to llvm-bcanalyzer

Sean Silva silvas at purdue.edu
Tue Nov 20 08:31:00 PST 2012


Use ":doc:`llvm-bcanalyzer <CommandGuide/llvm-bcanalyzer>`" (Note: no
_ at the end)

-- Sean Silva

On Mon, Nov 19, 2012 at 10:30 PM, Joe Abbey <joe.abbey at gmail.com> wrote:
> Seems obvious enough... but please review:
>
> Index: docs/BitCodeFormat.rst
> ===================================================================
> --- docs/BitCodeFormat.rst      (revision 168274)
> +++ docs/BitCodeFormat.rst      (working copy)
> @@ -54,7 +54,7 @@
>
>  * Abbreviations, which specify compression optimizations for the file.
>
> -Note that the `llvm-bcanalyzer <CommandGuide/html/llvm-bcanalyzer.html>`_ tool
> +Note that the `llvm-bcanalyzer <CommandGuide/llvm-bcanalyzer.html>`_ tool
>  can be used to dump and inspect arbitrary bitstreams, which is very useful for
>  understanding the encoding.
>
> Ok to commit?
>
> Joe



More information about the llvm-commits mailing list