summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit7bf172cd45cc6a0a9ccc04a218fd4afba0a86bf1 (patch)
tree9b3f03b81392a42b6e37bd3d5fc3f4e4e1164c85 /llvm/docs
parent2e1890e18bf84f2cb62d9e39525d7117bc79446b (diff)
downloadbcm5719-llvm-7bf172cd45cc6a0a9ccc04a218fd4afba0a86bf1.tar.gz
bcm5719-llvm-7bf172cd45cc6a0a9ccc04a218fd4afba0a86bf1.zip
Update link.
PR17608 llvm-svn: 193490
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/MakefileGuide.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/MakefileGuide.rst b/llvm/docs/MakefileGuide.rst
index e01ac9b28cf..0724f340cc3 100644
--- a/llvm/docs/MakefileGuide.rst
+++ b/llvm/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
^^^^^^^^^^^^^^^^
OpenPOWER on IntegriCloud