[LLVMdev] Disabling certain backends in test-suite?
Reid Kleckner
reid.kleckner at gmail.com
Sat Jul 10 14:00:13 PDT 2010
If you disable them at configure time, they won't be run.
You probably want:
--enable-targets=host
--disable-jit
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
>
More information about the llvm-dev
mailing list