1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Fix grammar.

llvm-svn: 65769
This commit is contained in:
Nick Lewycky 2009-03-01 09:51:07 +00:00
parent 9849b23219
commit 329a7285b4

View File

@ -21,8 +21,8 @@
<!--=========================================================================-->
<div class="doc_text">
<p>Building with link time optimization requires cooperation with the
system linker. To support LTO on Linux systems, we requires that you use
<a href="http://sourceware.org/binutils">gold</a> which has support for
system linker. LTO support on Linux systems requires that you use
<a href="http://sourceware.org/binutils">gold</a> which supports for
LTO via plugins. This is the same system used by the upcoming
<a href="http://gcc.gnu.org/wiki/LinkTimeOptimization">GCC LTO</a>
support.</p>