From f5ba827d41409b04cb0588e4fde83b7f2891337f Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Sun, 26 Oct 2008 23:59:36 +0000 Subject: Remove -check-exit-code from bugpoint. This is subsumed by -append-exit-code. Note that -check-exit-code was on by default while -append-exit-code is not. llvm-svn: 58221 --- llvm/docs/CommandGuide/bugpoint.pod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'llvm/docs/CommandGuide') diff --git a/llvm/docs/CommandGuide/bugpoint.pod b/llvm/docs/CommandGuide/bugpoint.pod index 12e32fbb2f5..d97f51fd23b 100644 --- a/llvm/docs/CommandGuide/bugpoint.pod +++ b/llvm/docs/CommandGuide/bugpoint.pod @@ -29,6 +29,11 @@ Load the dynamic shared object F into the test program whenever it is run. This is useful if you are debugging programs which depend on non-LLVM libraries (such as the X or curses libraries) to run. +=item B<--append-exit-code>=I<{true,false}> + +Append the test programs exit code to the output file so that a change in exit +code is considered a test failure. Defaults to false. + =item B<--args> I Pass all arguments specified after -args to the test program whenever it runs. @@ -52,11 +57,6 @@ The "--" right after the B<--tool-args> option tells B to consider any options starting with C<-> to be part of the B<--tool-args> option, not as options to B itself. (See B<--args>, above.) -=item B<--check-exit-code>=I<{true,false}> - -Assume a non-zero exit code or core dump from the test program is a failure. -Defaults to true. - =item B<--disable-{dce,simplifycfg}> Do not run the specified passes to clean up and reduce the size of the test -- cgit v1.2.3