[llvm] r193490 - Update link.

Sean Silva silvas at purdue.edu
Mon Oct 28 12:17:45 PDT 2013


This isn't the right fix. The issue was that it was using `Pass
documentation <writing-an-llvm-pass-makefile>`_ instead of :ref:`Pass
documentation <writing-an-llvm-pass-makefile>` (i.e. it should have been
using prefix :ref: instead of trailing _).

btw, keep up the bug-stomping rampage!

-- Sean Silva


On Sat, Oct 26, 2013 at 11:57 PM, Bill Wendling <isanbard at gmail.com> wrote:

> Author: void
> Date: Sat Oct 26 22:57:10 2013
> New Revision: 193490
>
> URL: http://llvm.org/viewvc/llvm-project?rev=193490&view=rev
> Log:
> Update link.
> PR17608
>
> Modified:
>     llvm/trunk/docs/MakefileGuide.rst
>
> Modified: llvm/trunk/docs/MakefileGuide.rst
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/MakefileGuide.rst?rev=193490&r1=193489&r2=193490&view=diff
>
> ==============================================================================
> --- llvm/trunk/docs/MakefileGuide.rst (original)
> +++ llvm/trunk/docs/MakefileGuide.rst Sat Oct 26 22:57:10 2013
> @@ -169,8 +169,8 @@ openable with the ``dlopen`` function an
>  Linux and a few other platforms, it is required on systems like HP-UX and
>  Darwin. You should use ``LOADABLE_MODULE`` for any shared library that you
>  intend to be loaded into an tool via the ``-load`` option.  `Pass
> documentation
> -<writing-an-llvm-pass-makefile>`_ has an example of why you might want to
> do
> -this.
> +<WritingAnLLVMPass.html#setting-up-the-build-environment>`_ has an
> example of
> +why you might want to do this.
>
>  Loadable Modules
>  ^^^^^^^^^^^^^^^^
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131028/ae56810f/attachment.html>


More information about the llvm-commits mailing list