[llvm] r288232 - Test commit as per developer policy

Jonas Devlieghere via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 30 00:06:24 PST 2016


Author: jdevlieghere
Date: Wed Nov 30 02:06:23 2016
New Revision: 288232

URL: http://llvm.org/viewvc/llvm-project?rev=288232&view=rev
Log:
Test commit as per developer policy

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=288232&r1=288231&r2=288232&view=diff
==============================================================================
--- llvm/trunk/docs/GoldPlugin.rst (original)
+++ llvm/trunk/docs/GoldPlugin.rst Wed Nov 30 02:06:23 2016
@@ -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




More information about the llvm-commits mailing list