diff options
| author | Bill Wendling <isanbard@gmail.com> | 2013-10-27 03:57:10 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2013-10-27 03:57:10 +0000 |
| commit | 7bf172cd45cc6a0a9ccc04a218fd4afba0a86bf1 (patch) | |
| tree | 9b3f03b81392a42b6e37bd3d5fc3f4e4e1164c85 /llvm/docs | |
| parent | 2e1890e18bf84f2cb62d9e39525d7117bc79446b (diff) | |
| download | bcm5719-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.rst | 4 |
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 ^^^^^^^^^^^^^^^^ |

