summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-10-28 21:43:11 +0000
committerBill Wendling <isanbard@gmail.com>2013-10-28 21:43:11 +0000
commit0a8512a279080ecbbc7397a44bfa1221351a49b7 (patch)
tree9ceaa7ed3e133aaf90359196f07a3009dab17fd4 /docs
parent92978909723343336aa6314115ec0642d6eb8e41 (diff)
downloadllvm-0a8512a279080ecbbc7397a44bfa1221351a49b7.tar.gz
llvm-0a8512a279080ecbbc7397a44bfa1221351a49b7.tar.bz2
llvm-0a8512a279080ecbbc7397a44bfa1221351a49b7.tar.xz
Use the correct reference. Spotted by Sean Silva.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193542 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/MakefileGuide.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/MakefileGuide.rst b/docs/MakefileGuide.rst
index 0724f340cc..df37e8904e 100644
--- a/docs/MakefileGuide.rst
+++ b/docs/MakefileGuide.rst
@@ -168,9 +168,9 @@ openable with the ``dlopen`` function and searchable with the ``dlsym`` function
(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
^^^^^^^^^^^^^^^^