mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
Remove stray '_'.
llvm-svn: 193543
This commit is contained in:
parent
2545f0a72c
commit
64bf363b8a
@ -169,7 +169,7 @@ 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. :ref:`Pass
|
||||
documentation <writing-an-llvm-pass-makefile>`_ has an example of why you might
|
||||
documentation <writing-an-llvm-pass-makefile>` has an example of why you might
|
||||
want to do this.
|
||||
|
||||
Loadable Modules
|
||||
|
Loading…
Reference in New Issue
Block a user