diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2009-03-01 09:51:07 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2009-03-01 09:51:07 +0000 |
commit | fd97aa2bd20c5bda54526c3c075d9b80d1bec52e (patch) | |
tree | cc26ae0fe2a44b7b151fd2a7ef2e98cfa7a59ca4 /docs/GoldPlugin.html | |
parent | 1f3bd7a2ee3e866d7196aca10d334777bb99f677 (diff) | |
download | external_llvm-fd97aa2bd20c5bda54526c3c075d9b80d1bec52e.zip external_llvm-fd97aa2bd20c5bda54526c3c075d9b80d1bec52e.tar.gz external_llvm-fd97aa2bd20c5bda54526c3c075d9b80d1bec52e.tar.bz2 |
Fix grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65769 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GoldPlugin.html')
-rw-r--r-- | docs/GoldPlugin.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/GoldPlugin.html b/docs/GoldPlugin.html index 2808dfa..76e49f0 100644 --- a/docs/GoldPlugin.html +++ b/docs/GoldPlugin.html @@ -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> |