diff options
author | Chris Lattner <sabre@nondot.org> | 2004-06-02 19:51:09 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-06-02 19:51:09 +0000 |
commit | 2b04fa3a0cca335d904af115839abd05d7543327 (patch) | |
tree | 60ad43534d27fa5c8ffe62acca97c98faa90543a /docs/CommandGuide | |
parent | 3e7ab7e2e4ac703af914f89a27e9d5ee64416f16 (diff) |
The -q option is gone
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13965 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r-- | docs/CommandGuide/opt.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/CommandGuide/opt.html b/docs/CommandGuide/opt.html index 2e531a9202..75b93602e4 100644 --- a/docs/CommandGuide/opt.html +++ b/docs/CommandGuide/opt.html @@ -76,22 +76,6 @@ writes its output to the standard output. href="../ProgrammersManual.html#DEBUG">Programmer's Manual</a> for more information. <p> -<!-- - <li> -internalize-public-api-file <filename> - <br> - Preserve the symbol names listed in the file filename. - <p> - - <li> -internalize-public-api-list=<list> - <br> - Perserve the symbol names specified. - <p> ---> - - <li> -q - <br> - Quiet mode. Do not print messages on whether the program was modified. - <p> <li> -load <plugin> <br> |