[llvm-commits] [llvm] r131186 - in /llvm/trunk: include/llvm/Support/Program.h lib/Support/Program.cpp lib/Support/Unix/Program.inc tools/bugpoint/ExecutionDriver.cpp tools/bugpoint/Miscompilation.cpp tools/bugpoint/ToolRunner.cpp

Eli Friedman eli.friedman at gmail.com
Wed May 11 09:56:24 PDT 2011


On Wed, May 11, 2011 at 9:31 AM, Andrew Trick <atrick at apple.com> wrote:
> Author: atrick
> Date: Wed May 11 11:31:24 2011
> New Revision: 131186
>
> URL: http://llvm.org/viewvc/llvm-project?rev=131186&view=rev
> Log:
> Bugpoint support for miscompilations that result in a crash.
>
> This change allows bugpoint to pinpoint the "opt" pass and bitcode
> segment responsible for a crash caused by miscompilation. At least it
> works well for me now, without having to create any custom execution
> wrappers.

Thank you!  I've been stuck with adding a call to signal() until now.

-Eli



More information about the llvm-commits mailing list