Fix more validation issues

llvm-svn: 29671
This commit is contained in:
Chris Lattner 2006-08-14 20:51:35 +00:00
parent 900d2595bf
commit f8de3567f9

View File

@ -1535,10 +1535,10 @@ transitioning from llvm-gcc3 to llvm-gcc4, we include examples for both.
<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 @@ transitioning from llvm-gcc3 to llvm-gcc4, we include examples for both.
<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>