[llvm] r288233 - Revert 'Test commit as per developer policy'

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


Author: jdevlieghere
Date: Wed Nov 30 02:24:43 2016
New Revision: 288233

URL: http://llvm.org/viewvc/llvm-project?rev=288233&view=rev
Log:
Revert '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=288233&r1=288232&r2=288233&view=diff
==============================================================================
--- llvm/trunk/docs/GoldPlugin.rst (original)
+++ llvm/trunk/docs/GoldPlugin.rst Wed Nov 30 02:24:43 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