Test commit as per developer policy
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 30 Nov 2016 08:06:23 +0000 (08:06 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 30 Nov 2016 08:06:23 +0000 (08:06 +0000)
llvm-svn: 288232

llvm/docs/GoldPlugin.rst

index 88b944a..92986a5 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