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 | 4fda776e04a4094677d48ef2e2145b0ad35d8d38 (patch) | |
tree | 5beda85040c566710cabcbd93ef76a6720c7a53a /docs/CommandGuide | |
parent | c5cad211d6ec50fe90a0a716dee701c6c4721385 (diff) | |
download | external_llvm-4fda776e04a4094677d48ef2e2145b0ad35d8d38.zip external_llvm-4fda776e04a4094677d48ef2e2145b0ad35d8d38.tar.gz external_llvm-4fda776e04a4094677d48ef2e2145b0ad35d8d38.tar.bz2 |
add description of -check-exit-code
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11326 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r-- | docs/CommandGuide/bugpoint.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/CommandGuide/bugpoint.html b/docs/CommandGuide/bugpoint.html index 729e822..f19d0cd 100644 --- a/docs/CommandGuide/bugpoint.html +++ b/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 |