[llvm-commits] [PATCH] Program to aid in automated testing on windows.

Óscar Fuentes ofv at wanadoo.es
Sun Oct 3 17:51:14 PDT 2010


Michael Spencer <bigcheesegs at gmail.com>
writes:

> On Sun, Oct 3, 2010 at 2:50 PM, Daniel Dunbar <daniel at zuster.org> wrote:
>
>> Ok, well I am certainly fine with having it around and if it works, then great!
>>
>> I don't think it belongs in LLVM proper though, for now we can add it
>> as a separate util in llvm/utils, like we build 'fpcmp' and 'not', for
>> example. Will that work for your purposes?
>
> That's where this patch currently adds it. And this works fine, except
> for it makes making bugpoint use it slightly more difficult, but not
> anything too crazy.

On addition of using it as an executable that wraps the test to be
executed, maybe making a dll with it and dynamically load it when
required from bugpoint/lli/whatever would be convenient too.




More information about the llvm-commits mailing list