summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-10-27 03:57:10 +0000
committerBill Wendling <isanbard@gmail.com>2013-10-27 03:57:10 +0000
commit40c5c3b741fd301a1b4c19407016442cd3a6dfde (patch)
tree32ff60d1de89060be6e16f2c81d94e1dcd232665 /docs
parent69bd41dfe33f24414be281ba5e2204b7348c33ae (diff)
downloadllvm-40c5c3b741fd301a1b4c19407016442cd3a6dfde.tar.gz
llvm-40c5c3b741fd301a1b4c19407016442cd3a6dfde.tar.bz2
llvm-40c5c3b741fd301a1b4c19407016442cd3a6dfde.tar.xz
Update link.
PR17608 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193490 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/MakefileGuide.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/MakefileGuide.rst b/docs/MakefileGuide.rst
index e01ac9b28c..0724f340cc 100644
--- a/docs/MakefileGuide.rst
+++ b/docs/MakefileGuide.rst
@@ -169,8 +169,8 @@ openable with the ``dlopen`` function and searchable with the ``dlsym`` function
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
^^^^^^^^^^^^^^^^