From 61aaa3504f091dfc37bae4b1fb052c4685b236a2 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 --- llvm/docs/GoldPlugin.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/GoldPlugin.rst b/llvm/docs/GoldPlugin.rst index b429ead..ce310bc 100644 --- a/llvm/docs/GoldPlugin.rst +++ b/llvm/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``. -- 2.7.4