diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2003-10-31 05:12:04 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2003-10-31 05:12:04 +0000 |
commit | b8c28f35539ad739063853a699ff141ad10f6be4 (patch) | |
tree | 42e3063da14d1d86ad02c60a18e2a0b9f95d0a88 | |
parent | 6029d4032c3da25f2e259fff315ab80f73fe8980 (diff) | |
download | bcm5719-llvm-b8c28f35539ad739063853a699ff141ad10f6be4.tar.gz bcm5719-llvm-b8c28f35539ad739063853a699ff141ad10f6be4.zip |
Well, to be honest, -array-checks and -trace are gone, too. :-)
llvm-svn: 9631
-rw-r--r-- | llvm/docs/CommandGuide/lli.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/llvm/docs/CommandGuide/lli.html b/llvm/docs/CommandGuide/lli.html index e9dbdbdd8bd..d7a2ad4fcc0 100644 --- a/llvm/docs/CommandGuide/lli.html +++ b/llvm/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=<name></tt> <br> Call the function named <tt><name></tt> to start the program. |