Reid Spencer c4bb052ecc For PR351:
Generally, remove use of fork/exec from bugpoint in favor of the portable
sys::Program::ExecuteAndWait method. This change requires two new options
to bugpoint to tell it that it is running in "child" mode. In this mode,
it reads its input and runs the passes. The result code signals to the
parent instance of bugpoint what happened (success, fail, crash).

This change should make bugpoint usable on Win32 systems.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24961 91177308-0d34-0410-b5e6-96231b3b80d8
2005-12-22 20:02:55 +00:00
..
2005-12-22 20:02:55 +00:00
2005-12-22 01:50:56 +00:00
2005-12-16 05:19:18 +00:00
2005-07-08 03:08:58 +00:00
2005-04-22 00:00:37 +00:00
2005-04-22 00:00:37 +00:00
2005-12-21 05:03:23 +00:00
2005-07-07 23:21:43 +00:00
2005-07-07 18:21:42 +00:00
2005-07-07 23:21:43 +00:00
2005-08-27 18:50:39 +00:00