summaryrefslogtreecommitdiffstats
path: root/llvm/docs/GoldPlugin.rst
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2016-11-30 08:06:23 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2016-11-30 08:06:23 +0000
commitcd7a953720df0182e17a316520fe8a39e482a940 (patch)
tree3073c2134685178b45804c7830e74cbdc3e8372b /llvm/docs/GoldPlugin.rst
parentc4ae1dd19372afcd0ccafafcf11991aceac59f35 (diff)
downloadbcm5719-llvm-cd7a953720df0182e17a316520fe8a39e482a940.tar.gz
bcm5719-llvm-cd7a953720df0182e17a316520fe8a39e482a940.zip
Test commit as per developer policy
llvm-svn: 288232
Diffstat (limited to 'llvm/docs/GoldPlugin.rst')
-rw-r--r--llvm/docs/GoldPlugin.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/GoldPlugin.rst b/llvm/docs/GoldPlugin.rst
index 88b944a2a0f..92986a564fd 100644
--- a/llvm/docs/GoldPlugin.rst
+++ b/llvm/docs/GoldPlugin.rst
@@ -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
OpenPOWER on IntegriCloud