From 05d0265fef651de152c8127aa701e689555649f3 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 18 Apr 2011 23:59:50 +0000 Subject: docs: Use as Heading elements instead of
. H1 ... doc_title H2 ... doc_section H3 ... doc_subsection H4 ... doc_subsubsection git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129736 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GoldPlugin.html | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'docs/GoldPlugin.html') diff --git a/docs/GoldPlugin.html b/docs/GoldPlugin.html index 051d8a4943..7ba1186627 100644 --- a/docs/GoldPlugin.html +++ b/docs/GoldPlugin.html @@ -7,7 +7,7 @@ -
LLVM gold plugin
+

LLVM gold plugin

  1. Introduction
  2. How to build it
  3. @@ -21,7 +21,7 @@
    Written by Nick Lewycky
    - +

    Introduction

    Building with link time optimization requires cooperation from the @@ -38,7 +38,7 @@ The same plugin can also be used by other tools such as ar and nm.

    - +

    How to build it

    You need to have gold with plugin support and build the LLVMgold @@ -72,7 +72,7 @@ placed.

    - +

    Usage

    The linker takes a -plugin option that points to the path of @@ -98,9 +98,9 @@ placed.

    - +

    The following example shows a worked example of the gold plugin mixing @@ -150,7 +150,11 @@ $ llvm-gcc -use-gold-plugin a.a b.o -o main # <-- link with LLVMgold plugin

    - +

    + + Quickstart for using LTO with autotooled projects + +

    Once your system ld, ar and nm all support LLVM @@ -189,7 +193,7 @@ export CFLAGS="-O4"

    - +

    Licensing

    Gold is licensed under the GPLv3. LLVMgold uses the interface file -- cgit v1.2.3