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 | aaf1e4a2622a7757d75ecb0a06ced614cafb46a3 (patch) | |
tree | 9e0fdd7e2f95f455ea57105fafe3daa8b88ec272 /docs/CommandGuide/lli.html | |
parent | 9088de7357c3e618685af21d79ce5e598304dab0 (diff) |
The `-q' option has gone away.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9627 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/lli.html')
-rw-r--r-- | docs/CommandGuide/lli.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/CommandGuide/lli.html b/docs/CommandGuide/lli.html index 70a42d645f..e9dbdbdd8b 100644 --- a/docs/CommandGuide/lli.html +++ b/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 |