<div dir="ltr">This isn't the right fix. The issue was that it was using <span style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px">`Pass documentation </span><span style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px"><writing-an-llvm-pass-</span><span style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px">makefile>`_ instead of :ref:</span><span style="font-size:13px;color:rgb(0,0,0);font-family:arial,sans-serif">`Pass documentation </span><span style="font-size:13px;color:rgb(0,0,0);font-family:arial,sans-serif"><writing-an-llvm-pass-</span><span style="font-size:13px;color:rgb(0,0,0);font-family:arial,sans-serif">makefile>` (i.e. it should have been using prefix :ref: instead of trailing _).</span><div>
<font color="#000000" face="arial, sans-serif"><br></font></div><div><font color="#000000" face="arial, sans-serif">btw, keep up the bug-stomping rampage!<br></font><div><span style="font-size:13px;color:rgb(0,0,0);font-family:arial,sans-serif"><br>
</span></div><div><span style="font-size:13px;color:rgb(0,0,0);font-family:arial,sans-serif">-- Sean Silva</span></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Oct 26, 2013 at 11:57 PM, Bill Wendling <span dir="ltr"><<a href="mailto:isanbard@gmail.com" target="_blank">isanbard@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: void<br>
Date: Sat Oct 26 22:57:10 2013<br>
New Revision: 193490<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=193490&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=193490&view=rev</a><br>
Log:<br>
Update link.<br>
PR17608<br>
<br>
Modified:<br>
    llvm/trunk/docs/MakefileGuide.rst<br>
<br>
Modified: llvm/trunk/docs/MakefileGuide.rst<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/MakefileGuide.rst?rev=193490&r1=193489&r2=193490&view=diff" target="_blank">http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/MakefileGuide.rst?rev=193490&r1=193489&r2=193490&view=diff</a><br>

==============================================================================<br>
--- llvm/trunk/docs/MakefileGuide.rst (original)<br>
+++ llvm/trunk/docs/MakefileGuide.rst Sat Oct 26 22:57:10 2013<br>
@@ -169,8 +169,8 @@ openable with the ``dlopen`` function an<br>
 Linux and a few other platforms, it is required on systems like HP-UX and<br>
 Darwin. You should use ``LOADABLE_MODULE`` for any shared library that you<br>
 intend to be loaded into an tool via the ``-load`` option.  `Pass documentation<br>
-<writing-an-llvm-pass-makefile>`_ has an example of why you might want to do<br>
-this.<br>
+<WritingAnLLVMPass.html#setting-up-the-build-environment>`_ has an example of<br>
+why you might want to do this.<br>
<br>
 Loadable Modules<br>
 ^^^^^^^^^^^^^^^^<br>
<br>
<br>
_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
</blockquote></div><br></div>