From 10f06755ce2f8de046938cc3d19d052d76e722c3 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Sun, 1 Mar 2009 15:19:03 +0000 Subject: [PATCH] Tweak this a bit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65772 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GoldPlugin.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/GoldPlugin.html b/docs/GoldPlugin.html index 76e49f040d6..bc871bdb6e4 100644 --- a/docs/GoldPlugin.html +++ b/docs/GoldPlugin.html @@ -20,15 +20,15 @@
Introduction
-

Building with link time optimization requires cooperation with the +

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

-

The LLVMgold plugin implements the gold -plugin interface on -top of +project.

+

The LLVM gold plugin implements the +gold plugin interface +on top of libLTO. The same plugin can also be used by other tools such as ar and nm. @@ -55,7 +55,7 @@ make all-gold That should leave you with binutils/build/gold/ld-new which supports the -plugin option. -

  • Build LLVMgold. Configure LLVM with +
  • Build the LLVMgold plugin: Configure LLVM with --with-binutils-include=/path/to/binutils/src/include and run make.