Well, to be honest, -array-checks and -trace are gone, too. :-)

llvm-svn: 9631
This commit is contained in:
Brian Gaeke 2003-10-31 05:12:04 +00:00
parent 6029d4032c
commit b8c28f3553
1 changed files with 0 additions and 14 deletions

View File

@ -47,14 +47,6 @@ OPTIONS
</h3>
<ul>
<li> <tt>-array-checks</tt>
<br>
Enable array bound checks. If an LLVM program attempts to access an
element of an array which is not within the size of that array,
<tt>lli</tt> will print an error message and call <tt>abort(3)</tt>.
This is presently only applicable to the interpreter.
<p>
<li> <tt>-help</tt>
<br>
Print a summary of command line options.
@ -86,12 +78,6 @@ OPTIONS
available for this architecture. Defaults to false.
<p>
<li> <tt>-trace</tt>
<br>
Print an LLVM-instruction-level dynamic execution trace. This is
presently only applicable to the interpreter.
<p>
<li> <tt>-f=&lt;name&gt;</tt>
<br>
Call the function named <tt>&lt;name&gt;</tt> to start the program.