[llvm-commits] CVS: llvm/tools/bugpoint/OptimizerDriver.cpp ToolRunner.cpp

2006-08-20 Thread Reid Spencer
Changes in directory llvm/tools/bugpoint: OptimizerDriver.cpp updated: 1.41 -> 1.42 ToolRunner.cpp updated: 1.55 -> 1.56 --- Log message: For PR797: http://llvm.org/PR797 : Adjust usage of the ExecuteAndWait function to use the last argument which is the ErrMsg string. This is necessitated beca

[llvm-commits] CVS: llvm/tools/bugpoint/OptimizerDriver.cpp ToolRunner.cpp

2006-08-20 Thread Reid Spencer
Changes in directory llvm/tools/bugpoint: OptimizerDriver.cpp updated: 1.40 -> 1.41 ToolRunner.cpp updated: 1.54 -> 1.55 --- Log message: For PR797: http://llvm.org/PR797 : Make sys::Program::ExecuteAndWait not throw exceptions and update any affected code. It now return - to signal that t