summaryrefslogtreecommitdiff
path: root/docs
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
commit4d7f7b1bbb1a6522c41b1bb894ece037e6cadc92 (patch)
tree73e1dca6892ca5a79df0fd01a0ab7758d447ec9d /docs
parent09f8e132c83e0c30ebc37c1cab0e9922fe27df0b (diff)
downloadllvm-4d7f7b1bbb1a6522c41b1bb894ece037e6cadc92.tar.gz
llvm-4d7f7b1bbb1a6522c41b1bb894ece037e6cadc92.tar.bz2
llvm-4d7f7b1bbb1a6522c41b1bb894ece037e6cadc92.tar.xz
Fix Sphinx warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193493 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/GoldPlugin.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GoldPlugin.rst b/docs/GoldPlugin.rst
index be71f5f2ab..d0161e8fee 100644
--- a/docs/GoldPlugin.rst
+++ b/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.