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 | b603c73e76e81b1462180acd5a27f17029debfc5 (patch) | |
tree | f8f172917364c938f386b1aa1b1de5c6234b926a /llvm/docs/GoldPlugin.html | |
parent | b122c4cb1dae1967725e24d18dd486349c38e83c (diff) | |
download | bcm5719-llvm-b603c73e76e81b1462180acd5a27f17029debfc5.tar.gz bcm5719-llvm-b603c73e76e81b1462180acd5a27f17029debfc5.zip |
Fix grammar.
llvm-svn: 65769
Diffstat (limited to 'llvm/docs/GoldPlugin.html')
-rw-r--r-- | llvm/docs/GoldPlugin.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/GoldPlugin.html b/llvm/docs/GoldPlugin.html index 2808dfa0b1c..76e49f040d6 100644 --- a/llvm/docs/GoldPlugin.html +++ b/llvm/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> |