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
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