From: Nick Lewycky Date: Sun, 1 Mar 2009 09:51:07 +0000 (+0000) Subject: Fix grammar. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=fd97aa2bd20c5bda54526c3c075d9b80d1bec52e;p=oota-llvm.git Fix grammar. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65769 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/GoldPlugin.html b/docs/GoldPlugin.html index 2808dfa0b1c..76e49f040d6 100644 --- a/docs/GoldPlugin.html +++ b/docs/GoldPlugin.html @@ -21,8 +21,8 @@

Building with link time optimization requires cooperation with the -system linker. To support LTO on Linux systems, we requires that you use -gold which has support for +system linker. LTO support on Linux systems requires that you use +gold which supports for LTO via plugins. This is the same system used by the upcoming GCC LTO support.