mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-27 14:24:40 +00:00
Use the correct reference. Spotted by Sean Silva.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193542 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -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
|
(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
|
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
|
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
|
intend to be loaded into an tool via the ``-load`` option. :ref:`Pass
|
||||||
<WritingAnLLVMPass.html#setting-up-the-build-environment>`_ has an example of
|
documentation <writing-an-llvm-pass-makefile>`_ has an example of why you might
|
||||||
why you might want to do this.
|
want to do this.
|
||||||
|
|
||||||
Loadable Modules
|
Loadable Modules
|
||||||
^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^
|
||||||
|
Reference in New Issue
Block a user