From b603c73e76e81b1462180acd5a27f17029debfc5 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Sun, 1 Mar 2009 09:51:07 +0000 Subject: Fix grammar. llvm-svn: 65769 --- llvm/docs/GoldPlugin.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/docs/GoldPlugin.html') 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 @@

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.

-- cgit v1.2.3