[llvm] r193542 - Use the correct reference. Spotted by Sean Silva.

Bill Wendling isanbard at gmail.com
Mon Oct 28 14:43:12 PDT 2013


Author: void
Date: Mon Oct 28 16:43:11 2013
New Revision: 193542

URL: http://llvm.org/viewvc/llvm-project?rev=193542&view=rev
Log:
Use the correct reference. Spotted by Sean Silva.

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=193542&r1=193541&r2=193542&view=diff
==============================================================================
--- llvm/trunk/docs/MakefileGuide.rst (original)
+++ llvm/trunk/docs/MakefileGuide.rst Mon Oct 28 16:43:11 2013
@@ -168,9 +168,9 @@ openable with the ``dlopen`` function an
 (or your operating system's equivalents). While this isn't strictly necessary on
 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
-<WritingAnLLVMPass.html#setting-up-the-build-environment>`_ has an example of
-why you might want to do this.
+intend to be loaded into an tool via the ``-load`` option.  :ref:`Pass
+documentation <writing-an-llvm-pass-makefile>`_ has an example of why you might
+want to do this.
 
 Loadable Modules
 ^^^^^^^^^^^^^^^^





More information about the llvm-commits mailing list