1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Update link.

PR17608

llvm-svn: 193490
This commit is contained in:
Bill Wendling 2013-10-27 03:57:10 +00:00
parent eb29e658a0
commit 7e4552e5d1

View File

@ -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
^^^^^^^^^^^^^^^^