From cc7eafcf42cbbbd41c9ef1430e6310aaf18a4066 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Wed, 30 Nov 2016 08:24:43 +0000 Subject: [PATCH] Revert 'Test commit as per developer policy' llvm-svn: 288233 --- llvm/docs/GoldPlugin.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/llvm/docs/GoldPlugin.rst b/llvm/docs/GoldPlugin.rst index 92986a5..88b944a 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 -- 2.7.4