Test commit as per developer policy

llvm-svn: 288232
This commit is contained in:
Jonas Devlieghere 2016-11-30 08:06:23 +00:00
parent c4ae1dd193
commit cd7a953720
1 changed files with 4 additions and 4 deletions

View File

@ -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