mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Add comment about optimizations
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13298 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
55a4700857
commit
a19a3db446
@ -1132,7 +1132,9 @@ are code generators for parts of LLVM infrastructure.</p>
|
|||||||
<tt>hello.bc</tt>. The <tt>hello.bc</tt> is the LLVM bytecode that
|
<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
|
corresponds the the compiled program and the library facilities that it
|
||||||
required. <tt>hello</tt> is a simple shell script that runs the bytecode
|
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
|
<li><p>Run the program. To make sure the program ran, execute one of the
|
||||||
following commands:</p>
|
following commands:</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user