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/UsingLibraries.html | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'docs/UsingLibraries.html') diff --git a/docs/UsingLibraries.html b/docs/UsingLibraries.html index 28c1e08b72..e8067ed0f8 100644 --- a/docs/UsingLibraries.html +++ b/docs/UsingLibraries.html @@ -5,7 +5,7 @@ -
Using The LLVM Libraries
+

Using The LLVM Libraries

  1. Abstract
  2. Introduction
  3. @@ -30,7 +30,7 @@ guide.

    - +

    Abstract

    Amongst other things, LLVM is a toolkit for building compilers, linkers, runtime executives, virtual machines, and other program execution related @@ -45,7 +45,7 @@

    - +

    Introduction

    If you're writing a compiler, virtual machine, or any other utility based on LLVM, you'll need to figure out which of the many libraries files you will @@ -74,7 +74,7 @@ correct for your tool can sometimes be challenging.

    -
    Library Descriptions
    +

    Library Descriptions

    The table below categorizes each library @@ -152,7 +152,7 @@ -
    Using llvm-config
    +

    Using llvm-config

    The llvm-config tool is a perl script that produces on its output various kinds of information. For example, the source or object directories @@ -401,14 +401,15 @@

    - +

    Linkage Rules Of Thumb

    This section contains various "rules of thumb" about what files you should link into your programs.

    - +

    + Always Link LLVMCore, LLVMSupport, and LLVMSystem +

    No matter what you do with LLVM, the last three entries in the value of your LLVMLIBS make variable should always be: @@ -416,8 +417,9 @@ programs that don't depend on these three.

    - +

    + Never link both archive and re-linked library +

    There is never any point to linking both the re-linked (.o) and the archive (.a) versions of a library. Since the re-linked version -- cgit v1.2.3-70-g09d2