[LLVMdev] RFC: Dropping DejaGNU

Jim Grosbach grosbach at apple.com
Mon Oct 19 16:32:16 PDT 2009


On Oct 19, 2009, at 3:58 PM, Eric Christopher wrote:

>>
>> Should be possible, although I don't know anything about the dejagnu
>> feature. However, 'lit' has a reasonably complete shell and Tcl  
>> parser
>> so it knows what commands are being called, so at least in theory it
>> should be able to rewrite them.
>
> Interesting. Even less of that would be just duplicating the
> functionality. At any rate everything looks quite nice.
>

Why not abstracting the "copy to target," "run on target," "get  
results from target," etc. commands? For the default (hosted) case,  
they're pretty much trivial. For remote targets, they can be defined  
in terms of RSH, SSH, or whatever. As I recall, dejagnu does something  
along those lines.


> Thanks!
>
> -eric
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev




More information about the llvm-dev mailing list