[llvm-commits] CVS: llvm/tools/bugpoint/BugDriver.cpp BugDriver.h CrashDebugger.cpp ExecutionDriver.cpp bugpoint.cpp

Chris Lattner clattner at apple.com
Thu Aug 17 09:25:17 PDT 2006


On Aug 17, 2006, at 7:43 AM, Andrew Lenharth wrote:

> Is the external program part of this generalized?  I and others have
> cases where we need to run a complex series of programs to test the
> correctness of a transform.  Namely, we want to take a compiled kernel
> start it up in a simulator, check something then return and tell
> bugpoint if the output was right or not.

Nope.  It uses the standard "run and diff" stuff that bugpoint  
already has.  It would be straight-forward to extend bugpoint to  
invoke a script to check this, and that way you could customize the  
script.  If you extended bugpoint to do that, the bugfinder would  
automatically work with it.

-Chris



More information about the llvm-commits mailing list