diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-10-31 00:34:52 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-10-31 00:34:52 +0000 |
commit | c64b74554acfd0d89a0e250d5b5b27b4ae735a6c (patch) | |
tree | 5ef297a0661ac72acc34f32ee1155afc9923bc5e /llvm/docs/CommandGuide/lli.html | |
parent | 9061d703256f8732e9333f430daef2f69a02db5a (diff) | |
download | bcm5719-llvm-c64b74554acfd0d89a0e250d5b5b27b4ae735a6c.tar.gz bcm5719-llvm-c64b74554acfd0d89a0e250d5b5b27b4ae735a6c.zip |
The `-q' option has gone away.
llvm-svn: 9627
Diffstat (limited to 'llvm/docs/CommandGuide/lli.html')
-rw-r--r-- | llvm/docs/CommandGuide/lli.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/docs/CommandGuide/lli.html b/llvm/docs/CommandGuide/lli.html index 70a42d645f6..e9dbdbdd8bd 100644 --- a/llvm/docs/CommandGuide/lli.html +++ b/llvm/docs/CommandGuide/lli.html @@ -80,12 +80,6 @@ OPTIONS <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 |