[llvm-commits] CVS: llvm/docs/GettingStarted.html
Chris Lattner
lattner at cs.uiuc.edu
Sat May 1 06:40:00 PDT 2004
Changes in directory llvm/docs:
GettingStarted.html updated: 1.53 -> 1.54
---
Log message:
Add comment about optimizations
---
Diffs of the changes: (+4 -2)
Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.53 llvm/docs/GettingStarted.html:1.54
--- llvm/docs/GettingStarted.html:1.53 Mon Mar 29 14:18:09 2004
+++ llvm/docs/GettingStarted.html Sat May 1 06:40:07 2004
@@ -1132,7 +1132,9 @@
<tt>hello.bc</tt>. The <tt>hello.bc</tt> is the LLVM bytecode that
corresponds the the compiled program and the library facilities that it
required. <tt>hello</tt> is a simple shell script that runs the bytecode
- file with <tt>lli</tt>, making the result directly executable.</p></li>
+ file with <tt>lli</tt>, making the result directly executable. Note that
+ all LLVM optimizations are enabled by default, so there is no need for a
+ "-O3" switch.</p></li>
<li><p>Run the program. To make sure the program ran, execute one of the
following commands:</p>
@@ -1213,7 +1215,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/03/29 20:18:09 $
+ Last modified: $Date: 2004/05/01 11:40:07 $
</address>
</body>
More information about the llvm-commits
mailing list