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

Jyotsna Verma jverma at codeaurora.org
Tue Mar 26 06:54:24 PDT 2013


>  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? 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.

 

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/5b2d5a7b/attachment.html>


More information about the llvm-commits mailing list