summaryrefslogtreecommitdiff
path: root/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
commitbc02eec1d36d2a06a1c28d15d11b5f638462aa38 (patch)
tree2d1410a95ff0ea4f707d4367a8133b3ccf0c59e6 /docs/GoldPlugin.rst
parentd52ad61e79a510d046b0fa189328f6e76a8582a2 (diff)
Test commit as per developer policy
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288232 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GoldPlugin.rst')
-rw-r--r--docs/GoldPlugin.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/GoldPlugin.rst b/docs/GoldPlugin.rst
index 88b944a2a0f..92986a564fd 100644
--- a/docs/GoldPlugin.rst
+++ b/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