diff options
| author | Bill Wendling <isanbard@gmail.com> | 2013-10-28 21:43:11 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2013-10-28 21:43:11 +0000 |
| commit | c14b8043bb11ed73e836566ed2c606e7f3bd10d3 (patch) | |
| tree | a8d9dd3315473c8fddb7db2003d063ec449d09e2 | |
| parent | 8edd8f9298ace685875918909c7c2523f74924fa (diff) | |
| download | bcm5719-llvm-c14b8043bb11ed73e836566ed2c606e7f3bd10d3.tar.gz bcm5719-llvm-c14b8043bb11ed73e836566ed2c606e7f3bd10d3.zip | |
Use the correct reference. Spotted by Sean Silva.
llvm-svn: 193542
| -rw-r--r-- | llvm/docs/MakefileGuide.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/MakefileGuide.rst b/llvm/docs/MakefileGuide.rst index 0724f340cc3..df37e8904e7 100644 --- a/llvm/docs/MakefileGuide.rst +++ b/llvm/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 ^^^^^^^^^^^^^^^^ |

