[PATCH] Disable JIT/MCJIT tests for the targets that don't support JIT

Jiong Wang jiwang at tilera.com
Tue Mar 26 07:12:22 PDT 2013


? 2013/3/26 21:54, Jyotsna Verma ??:
>
> >  Is it possible to support disable JIT and MCJIT seperately? For 
> example, TILE-Gx support MCJIT while do not support old JIT.  This 
> patch seems disable all JIT.
>
> So, what is the criteria for disabling JIT tests in case of TILE-Gx?
>
      currently, TILE-Gx do not disable JIT tests, just let them fail.
>
> I'm using TARGET_HAS_JIT flag to disable both JIT/MCJIT tests for 
> make. This flag is set to 0 during configuration if --disable-jit 
> option is specified. For cmake, if the target is not natively built 
> then the tests are excluded.
>
      your patch looks good.  there is no proper way to seperate them if 
we do not define new env variable.

Regards,
Jiong
>
> Thanks,
>
> Jyotsna
>
> --
>
> Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, 
> hosted by The Linux Foundation
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130326/82c29562/attachment.html>


More information about the llvm-commits mailing list