aboutsummaryrefslogtreecommitdiff
path: root/docs/CommandGuide/lli.html
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2003-10-31 05:12:04 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2003-10-31 05:12:04 +0000
commit3c3acaa9576d0116a27a2f59a1fbb939f309b3f7 (patch)
tree50ab8b9b2781e82fd74f534875ff09fa2948194f /docs/CommandGuide/lli.html
parent088eb45cf4be366750874c25b6c8a7a6ed434c8c (diff)
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
Diffstat (limited to 'docs/CommandGuide/lli.html')
-rw-r--r--docs/CommandGuide/lli.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/CommandGuide/lli.html b/docs/CommandGuide/lli.html
index e9dbdbdd8b..d7a2ad4fcc 100644
--- a/docs/CommandGuide/lli.html
+++ b/docs/CommandGuide/lli.html
@@ -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.