From: Reid Spencer Date: Mon, 29 Nov 2004 07:47:16 +0000 (+0000) Subject: Make it HTML 4.01 Strict compliant. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6f14a5b486b0f41c36b703807f2abee9d34c62a5;p=oota-llvm.git Make it HTML 4.01 Strict compliant. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18339 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/MakefileGuide.html b/docs/MakefileGuide.html index 6a2db5c3252..d71ed44952b 100644 --- a/docs/MakefileGuide.html +++ b/docs/MakefileGuide.html @@ -29,10 +29,11 @@
  • Tutorial
    1. Libraries
    2. -
    3. Tools
    4. +
    5. Tools
      1. JIT Tools
      +
  • Targets Supported @@ -277,7 +278,7 @@ right set of libraries to link with is tedious, platform specific, and error prone. Additionally, the JIT has special linker switch options that it needs. Consequently, to make it easier to build tools that use the JIT, you can - use a special value for the LLVMLIBS> variable:

    + use a special value for the LLVMLIBS variable:

    
           TOOLNAME = my_jit_tool
           USEDLIBS = mylib