diff options
| author | Brian Gaeke <gaeke@uiuc.edu> | 2004-02-11 18:40:04 +0000 |
|---|---|---|
| committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-02-11 18:40:04 +0000 |
| commit | 228a29b7119bd87dc14ed7120804c96358f02a46 (patch) | |
| tree | f3fef9d1aeebe2b90c690ffac6b2a22a675928fe /llvm/docs/CommandGuide/bugpoint.html | |
| parent | 35145beb6186036e8e3102d7cec94e92952d1694 (diff) | |
| download | bcm5719-llvm-228a29b7119bd87dc14ed7120804c96358f02a46.tar.gz bcm5719-llvm-228a29b7119bd87dc14ed7120804c96358f02a46.zip | |
add description of -check-exit-code
llvm-svn: 11326
Diffstat (limited to 'llvm/docs/CommandGuide/bugpoint.html')
| -rw-r--r-- | llvm/docs/CommandGuide/bugpoint.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/bugpoint.html b/llvm/docs/CommandGuide/bugpoint.html index 729e822ab2f..f19d0cdb123 100644 --- a/llvm/docs/CommandGuide/bugpoint.html +++ b/llvm/docs/CommandGuide/bugpoint.html @@ -175,6 +175,10 @@ non-obvious ways. Here are some hints and tips:<p> part of the <tt>-args</tt> option, not as options to <tt>bugpoint</tt> itself.<p> + <li><tt>-check-exit-code={true,false}</tt><br> + Assume a non-zero exit code or core dump from the test program is + a failure. Defaults to true.<p> + <li><tt>-disable-{adce,dce,simplifycfg}</tt><br> Do not run the specified passes to clean up and reduce the size of the test program. By default, <tt>bugpoint</tt> uses these passes internally |

