[llvm-commits] [llvm] r65769 - /llvm/trunk/docs/GoldPlugin.html
Nick Lewycky
nicholas at mxc.ca
Sun Mar 1 01:51:07 PST 2009
Author: nicholas
Date: Sun Mar 1 03:51:07 2009
New Revision: 65769
URL: http://llvm.org/viewvc/llvm-project?rev=65769&view=rev
Log:
Fix grammar.
Modified:
llvm/trunk/docs/GoldPlugin.html
Modified: llvm/trunk/docs/GoldPlugin.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GoldPlugin.html?rev=65769&r1=65768&r2=65769&view=diff
==============================================================================
--- llvm/trunk/docs/GoldPlugin.html (original)
+++ llvm/trunk/docs/GoldPlugin.html Sun Mar 1 03:51:07 2009
@@ -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>
More information about the llvm-commits
mailing list