[llvm] r193493 - Fix Sphinx warning.

Bill Wendling isanbard at gmail.com
Sat Oct 26 21:25:02 PDT 2013


Author: void
Date: Sat Oct 26 23:25:02 2013
New Revision: 193493

URL: http://llvm.org/viewvc/llvm-project?rev=193493&view=rev
Log:
Fix Sphinx warning.

Modified:
    llvm/trunk/docs/GoldPlugin.rst

Modified: llvm/trunk/docs/GoldPlugin.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GoldPlugin.rst?rev=193493&r1=193492&r2=193493&view=diff
==============================================================================
--- llvm/trunk/docs/GoldPlugin.rst (original)
+++ llvm/trunk/docs/GoldPlugin.rst Sat Oct 26 23:25:02 2013
@@ -67,7 +67,7 @@ ready to switch to using gold, backup yo
 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.





More information about the llvm-commits mailing list