1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00
Reid Spencer 36b05575fe 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.

llvm-svn: 24961
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