[llvm] r193490 - Update link.

Bill Wendling isanbard at gmail.com
Sat Oct 26 20:57:10 PDT 2013


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
 ^^^^^^^^^^^^^^^^





More information about the llvm-commits mailing list