[llvm-commits] CVS: llvm/docs/GettingStarted.html

Chris Lattner lattner at cs.uiuc.edu
Mon Aug 14 13:51:51 PDT 2006



Changes in directory llvm/docs:

GettingStarted.html updated: 1.142 -> 1.143
---
Log message:

Fix more validation issues


---
Diffs of the changes:  (+5 -4)

 GettingStarted.html |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)


Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.142 llvm/docs/GettingStarted.html:1.143
--- llvm/docs/GettingStarted.html:1.142	Mon Aug 14 15:45:25 2006
+++ llvm/docs/GettingStarted.html	Mon Aug 14 15:51:35 2006
@@ -1535,10 +1535,10 @@
  
       <p>and</p>
 
-      <p><tt>% lli hello.bc</tt></p></li>
+      <p><tt>% lli hello.bc</tt></p>
 
       <p>The second examples shows how to invoke the LLVM JIT, <a
-       href="CommandGuide/html/lli.html">lli</a>.</p>
+       href="CommandGuide/html/lli.html">lli</a>.</p></li>
 
   <li><p>Use the <tt>llvm-dis</tt> utility to take a look at the LLVM assembly
       code:</p>
@@ -1557,10 +1557,11 @@
 
   <li><p>Execute the native code program:</p>
 
-      <p><tt>% ./hello.native</tt></p></li>
+      <p><tt>% ./hello.native</tt></p>
 
       <p>Note that using llvm-gcc to compile directly to native code (i.e. when
          the -emit-llvm option is not present) does steps 6/7/8 for you.</p>
+        </li>
 
 </ol>
 
@@ -1676,7 +1677,7 @@
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.x10sys.com/rspencer/">Reid Spencer</a><br>
   <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2006/08/14 20:45:25 $
+  Last modified: $Date: 2006/08/14 20:51:35 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list