diff options
| author | Bill Wendling <isanbard@gmail.com> | 2013-10-28 21:43:54 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2013-10-28 21:43:54 +0000 |
| commit | 4965e900d9103dbf2705f4d6db451cef9a2fc5b2 (patch) | |
| tree | 4c843ce09c2dbe49476f76ef35b41eedef1ab6db | |
| parent | c14b8043bb11ed73e836566ed2c606e7f3bd10d3 (diff) | |
| download | bcm5719-llvm-4965e900d9103dbf2705f4d6db451cef9a2fc5b2.tar.gz bcm5719-llvm-4965e900d9103dbf2705f4d6db451cef9a2fc5b2.zip | |
Remove stray '_'.
llvm-svn: 193543
| -rw-r--r-- | llvm/docs/MakefileGuide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/MakefileGuide.rst b/llvm/docs/MakefileGuide.rst index df37e8904e7..120c108de78 100644 --- a/llvm/docs/MakefileGuide.rst +++ b/llvm/docs/MakefileGuide.rst @@ -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 |

