From 3986243db878027c8b34af7fec73c113281f5d60 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Tue, 21 Aug 2018 21:00:54 +0000 Subject: [PATCH] [docs][gold] Fix a typo llvm-svn: 340335 --- docs/GoldPlugin.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GoldPlugin.rst b/docs/GoldPlugin.rst index b429eadd8ef..ce310bc2cf3 100644 --- a/docs/GoldPlugin.rst +++ b/docs/GoldPlugin.rst @@ -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``.