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
_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to