[llvm-commits] CVS: llvm/docs/CommandGuide/lli.html

Brian Gaeke gaeke at cs.uiuc.edu
Thu Oct 30 23:13:00 PST 2003


Changes in directory llvm/docs/CommandGuide:

lli.html updated: 1.8 -> 1.9

---
Log message:

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


---
Diffs of the changes:  (+0 -14)

Index: llvm/docs/CommandGuide/lli.html
diff -u llvm/docs/CommandGuide/lli.html:1.8 llvm/docs/CommandGuide/lli.html:1.9
--- llvm/docs/CommandGuide/lli.html:1.8	Thu Oct 30 18:34:52 2003
+++ llvm/docs/CommandGuide/lli.html	Thu Oct 30 23:12:04 2003
@@ -47,14 +47,6 @@
 </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.
@@ -84,12 +76,6 @@
     <br>
     If set to true, use the interpreter even if a just-in-time compiler is
     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>





More information about the llvm-commits mailing list