Reid Kleckner wrote:> If you disable them at configure time, they won't be run.
>
> You probably want:
> --enable-targets=host
> --disable-jit
You can disable them for a run of the test suite with "make TEST=nightly
report.html DISABLE_CBE=1 DISABLE_JIT=1" which is how I normally run it,
but I think the question is how to disable them for everyone for these
particular tests. I don't think there is a way yet, but the first thing
I would try is setting those two variables in my test's Makefile and see
what happens :)
Nick
>
> Reid
>
> On Sat, Jul 10, 2010 at 8:56 PM, Patrick Simmons<simmon12 at
illinois.edu> wrote:
>> Hello,
>>
>> I'm trying to add some tests from PARSEC to MultiSource, and I
can't
>> figure out how to disable the lli and cbe backends. Because the code
>> uses inline assembly, only the llc backend works. Does anyone know how
>> to do this?
>>
>> Thanks,
>> --Patrick
>>
>> --
>> If I'm not here, I've gone out to find myself. If I get back
before I return, please keep me here.
>>
>> _______________________________________________
>> LLVM Developers mailing list
>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>