<< " on the input program!\n";
BD.setPassesToRun(Suffix);
BD.EmitProgressBytecode("pass-error", false);
- exit(1);
+ exit(BD.debugCrash());
}
// Check to see if the finished program matches the reference output...
<< " on the input program!\n";
BD.setPassesToRun(Prefix);
BD.EmitProgressBytecode("pass-error", false);
- exit(1);
+ exit(BD.debugCrash());
}
// If the prefix maintains the predicate by itself, only keep the prefix!
<< " on the input program!\n";
BD.setPassesToRun(Suffix);
BD.EmitProgressBytecode("pass-error", false);
- exit(1);
+ exit(BD.debugCrash());
}
// Run the result...
std::cerr << " Error running this sequence of passes"
<< " on the input program!\n";
BD.EmitProgressBytecode("pass-error", false);
- exit(1);
+ exit(BD.debugCrash());
}
if (!EmitBytecode)