[llvm] r340335 - [docs][gold] Fix a typo

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 21 14:00:54 PDT 2018


Author: maskray
Date: Tue Aug 21 14:00:54 2018
New Revision: 340335

URL: http://llvm.org/viewvc/llvm-project?rev=340335&view=rev
Log:
[docs][gold] Fix a typo

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=340335&r1=340334&r2=340335&view=diff
==============================================================================
--- llvm/trunk/docs/GoldPlugin.rst (original)
+++ llvm/trunk/docs/GoldPlugin.rst Tue Aug 21 14:00:54 2018
@@ -60,7 +60,7 @@ support.
   ``/usr/bin/ld`` then replace it with ``ld-new``. Alternatively, install
   in ``/usr/bin/ld.gold`` and use ``-fuse-ld=gold`` as described earlier.
 
-  Optionally, add ``--enable=gold=default`` to the above configure invocation
+  Optionally, add ``--enable-gold=default`` to the above configure invocation
   to automatically install the newly built gold as the default linker with
   ``make install``.
 




More information about the llvm-commits mailing list