When the user hits ctrl-c, bugpoint should attempt to stop reduction as
authorChris Lattner <sabre@nondot.org>
Tue, 2 Aug 2005 02:16:17 +0000 (02:16 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 2 Aug 2005 02:16:17 +0000 (02:16 +0000)
commitf9aaae06cd2109082cda2b09ef3f23e0e1cff47b
tree2464ee9f4149dbeba1695647ba8e4c24dd23ae9b
parentfa8c292ebd893b3effef4ead9c88d261c628c340
When the user hits ctrl-c, bugpoint should attempt to stop reduction as
quickly as possible and output what it has so far.  If they hit it twice,
bugpoint is killed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22579 91177308-0d34-0410-b5e6-96231b3b80d8
tools/bugpoint/BugDriver.h
tools/bugpoint/CrashDebugger.cpp
tools/bugpoint/ListReducer.h
tools/bugpoint/Miscompilation.cpp
tools/bugpoint/bugpoint.cpp