]> granicus.if.org Git - llvm/commitdiff
Revert 'Test commit as per developer policy'
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 30 Nov 2016 08:24:43 +0000 (08:24 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 30 Nov 2016 08:24:43 +0000 (08:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288233 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GoldPlugin.rst

index 92986a564fd5f327775d5496f74832f22e0316e0..88b944a2a0fdd47e403b4a9f99a48d7065b915c0 100644 (file)
@@ -5,10 +5,10 @@ The LLVM gold plugin
 Introduction
 ============
 
-Building with link time optimization requires cooperation from the system
-linker. LTO support on Linux systems requires that you use the `gold linker`_
-which supports LTO via plugins. This is the same mechanism used by the `GCC
-LTO`_ project.
+Building with link time optimization requires cooperation from
+the system linker. LTO support on Linux systems requires that you use the
+`gold linker`_ which supports LTO via plugins. This is the same mechanism
+used by the `GCC LTO`_ project.
 
 The LLVM gold plugin implements the gold plugin interface on top of
 :ref:`libLTO`.  The same plugin can also be used by other tools such as