From 704e81f6e8c1b75966ed6e5d0256f715c837b9fd Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Tue, 1 Aug 2006 16:23:54 +0000 Subject: [PATCH] Fix HTML 4.01 Strict errors. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29435 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/UsingLibraries.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/docs/UsingLibraries.html b/docs/UsingLibraries.html index ac148f78634..7a677d34315 100644 --- a/docs/UsingLibraries.html +++ b/docs/UsingLibraries.html @@ -154,7 +154,7 @@
Using llvm-config
-

The

llvm-config

tool is a perl script that produces on its output +

The llvm-config tool is a perl script that produces on its output various kinds of information. For example, the source or object directories used to build LLVM can be accessed by passing options to llvm-config. For complete details on this tool, please see the @@ -167,15 +167,15 @@

  • --ldflags. This generates the command line options necessary to be passed to the ld tool in order to link with LLVM. Most notably, the -L option is provided to specify a library search directory - that contains the LLVM libraries. + that contains the LLVM libraries.
  • --libs. This generates command line options suitable for use with a gcc-style linker. That is, libraries are given with a -l option and object files are given with a full path.
  • --libnames. This generates a list of just the library file names. If you know the directory in which these files reside (see --ldflags) then you can find the libraries there.
  • -
  • --libfiles
  • . This generates the full path names of the - LLVM library files. +
  • --libfiles. This generates the full path names of the + LLVM library files.
  • If you wish to delve further into how llvm-config generates the correct order (based on library dependencies), please see the tool named @@ -277,8 +277,7 @@

  • libLLVMSystem.a
  • libLLVMbzip2.a
  • -
    libLLVMSystem.a
      -
    +
    libLLVMSystem.a
    libLLVMTarget.a
    • libLLVMCodeGen.a
    • libLLVMCore.a
    • @@ -300,8 +299,7 @@
    • libLLVMTarget.a
    • libLLVMTransformUtils.a
    -
    libLLVMbzip2.a
      -
    +
    libLLVMbzip2.a
    libLLVMipa.a
    • libLLVMAnalysis.a
    • libLLVMCore.a