[PATCH] Disable JIT/MCJIT tests for the targets that don't support JIT
Jyotsna Verma
jverma at codeaurora.org
Tue Mar 26 07:53:20 PDT 2013
Thanks Jiong for reviewing the patch.
I will wait until tomorrow and then commit the patch. I would appreciate if
others can let me know their concerns/suggestions in the meantime.
Thanks,
Jyotsna
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by
The Linux Foundation
From: Jiong Wang [mailto:jiwang at tilera.com]
Sent: Tuesday, March 26, 2013 9:12 AM
To: Jyotsna Verma
Cc: 'Anshuman Dasgupta'; llvm-commits at cs.uiuc.edu; jholewinski at nvidia.com;
venkatra at cs.wisc.edu; thomas.stellard at amd.com
Subject: Re: [PATCH] Disable JIT/MCJIT tests for the targets that don't
support JIT
于 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/b898a632/attachment.html>
More information about the llvm-commits
mailing list