From: Jonas Devlieghere Date: Wed, 30 Nov 2016 08:06:23 +0000 (+0000) Subject: Test commit as per developer policy X-Git-Tag: llvmorg-4.0.0-rc1~3383 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cd7a953720df0182e17a316520fe8a39e482a940;p=platform%2Fupstream%2Fllvm.git Test commit as per developer policy llvm-svn: 288232 --- diff --git a/llvm/docs/GoldPlugin.rst b/llvm/docs/GoldPlugin.rst index 88b944a..92986a5 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