[llvm-commits] CVS: llvm/docs/CommandGuide/lli.html
Misha Brukman
brukman at cs.uiuc.edu
Thu Oct 30 18:36:01 PST 2003
Changes in directory llvm/docs/CommandGuide:
lli.html updated: 1.7 -> 1.8
---
Log message:
The `-q' option has gone away.
---
Diffs of the changes: (+0 -6)
Index: llvm/docs/CommandGuide/lli.html
diff -u llvm/docs/CommandGuide/lli.html:1.7 llvm/docs/CommandGuide/lli.html:1.8
--- llvm/docs/CommandGuide/lli.html:1.7 Sun Oct 19 13:03:11 2003
+++ llvm/docs/CommandGuide/lli.html Thu Oct 30 18:34:52 2003
@@ -80,12 +80,6 @@
<tt>lli</tt> on.
<p>
- <li> <tt>-quiet, -q</tt>
- <br>
- Do not print any output about the return values of functions.
- This is presently only applicable to the interpreter.
- <p>
-
<li> <tt>-force-interpreter={false,true}</tt>
<br>
If set to true, use the interpreter even if a just-in-time compiler is
More information about the llvm-commits
mailing list