[llvm-commits] CVS: llvm/docs/MakefileGuide.html
Reid Spencer
reid at x10sys.com
Sun Nov 28 23:47:27 PST 2004
Changes in directory llvm/docs:
MakefileGuide.html updated: 1.15 -> 1.16
---
Log message:
Make it HTML 4.01 Strict compliant.
---
Diffs of the changes: (+4 -3)
Index: llvm/docs/MakefileGuide.html
diff -u llvm/docs/MakefileGuide.html:1.15 llvm/docs/MakefileGuide.html:1.16
--- llvm/docs/MakefileGuide.html:1.15 Mon Nov 29 01:44:51 2004
+++ llvm/docs/MakefileGuide.html Mon Nov 29 01:47:16 2004
@@ -29,10 +29,11 @@
<li><a href="#tutorial">Tutorial</a>
<ol>
<li><a href="#libraries">Libraries</a></li>
- <li><a href="#tools">Tools</a></li>
+ <li><a href="#tools">Tools</a>
<ol>
<li><a href="#JIT">JIT Tools</a></li>
</ol>
+ </li>
</ol>
</li>
<li><a href="#targets">Targets Supported</a>
@@ -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 <tt>LLVMLIBS> variable:</p>
+ use a special value for the <tt>LLVMLIBS</tt> variable:</p>
<pre><tt>
TOOLNAME = my_jit_tool
USEDLIBS = mylib
@@ -894,7 +895,7 @@
<a href="mailto:rspencer at x10sys.com">Reid Spencer</a><br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/11/29 07:44:51 $
+ Last modified: $Date: 2004/11/29 07:47:16 $
</address>
</body>
More information about the llvm-commits
mailing list