aboutsummaryrefslogtreecommitdiffstats
path: root/docs/MakefileGuide.rst
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2012-12-12 17:02:44 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2012-12-12 17:02:44 +0000
commitb64f020a30427e90a05530f8b20f1bddd1ab9e0a (patch)
tree9c60ef5b98080ca4d953d31238d8946656bf69e6 /docs/MakefileGuide.rst
parent44581afacc7afc5e4e6cb8ffa14d337cf54a279f (diff)
downloadexternal_llvm-b64f020a30427e90a05530f8b20f1bddd1ab9e0a.zip
external_llvm-b64f020a30427e90a05530f8b20f1bddd1ab9e0a.tar.gz
external_llvm-b64f020a30427e90a05530f8b20f1bddd1ab9e0a.tar.bz2
Documentation: convert WritingAnLLVMPass.html to reST.
Patch by Anthony Mykhailenko with small fixes by me. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169992 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/MakefileGuide.rst')
-rw-r--r--docs/MakefileGuide.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/MakefileGuide.rst b/docs/MakefileGuide.rst
index 2c1d33e..168b0b3 100644
--- a/docs/MakefileGuide.rst
+++ b/docs/MakefileGuide.rst
@@ -170,9 +170,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. See the
-`WritingAnLLVMPass.html <WritingAnLLVMPass.html#makefile>`_ document for an
-example of why you might want to do this.
+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.
Bitcode Modules
^^^^^^^^^^^^^^^