mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-11 00:39:36 +00:00
Well, to be honest, -array-checks and -trace are gone, too. :-)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9631 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
088eb45cf4
commit
3c3acaa957
@ -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=<name></tt>
|
||||
<br>
|
||||
Call the function named <tt><name></tt> to start the program.
|
||||
|
Loading…
x
Reference in New Issue
Block a user