summaryrefslogtreecommitdiffstats
path: root/llvm/docs/GoldPlugin.rst
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-10-27 04:25:02 +0000
committerBill Wendling <isanbard@gmail.com>2013-10-27 04:25:02 +0000
commit29c7f168cb3285ca21905ff47a69c6ba6531fd93 (patch)
tree30c974c60bb41c2e7aa159be586ff3c047b338dd /llvm/docs/GoldPlugin.rst
parente9d5c4809d9ad42500a423d0682011ab14142a52 (diff)
downloadbcm5719-llvm-29c7f168cb3285ca21905ff47a69c6ba6531fd93.tar.gz
bcm5719-llvm-29c7f168cb3285ca21905ff47a69c6ba6531fd93.zip
Fix Sphinx warning.
llvm-svn: 193493
Diffstat (limited to 'llvm/docs/GoldPlugin.rst')
-rw-r--r--llvm/docs/GoldPlugin.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/GoldPlugin.rst b/llvm/docs/GoldPlugin.rst
index be71f5f2ab4..d0161e8fee9 100644
--- a/llvm/docs/GoldPlugin.rst
+++ b/llvm/docs/GoldPlugin.rst
@@ -67,7 +67,7 @@ ready to switch to using gold, backup your existing ``/usr/bin/ld``
then replace it with ``ld-new``.
You should produce bitcode files from ``clang`` with the option
- ``-flto``. This flag will also cause ``clang`` to look for the gold plugin in
+``-flto``. This flag will also cause ``clang`` to look for the gold plugin in
the ``lib`` directory under its prefix and pass the ``-plugin`` option to
``ld``. It will not look for an alternate linker, which is why you need
gold to be the installed system linker in your path.
OpenPOWER on IntegriCloud