[LLVMdev] Disabling ExecutionEngine tests for Hexagon

Malea, Daniel daniel.malea at intel.com
Wed Mar 13 13:31:00 PDT 2013



On 2013-03-13 3:15 AM, "Jyotsna Verma" <jverma at codeaurora.org> wrote:

>
>I noticed "TARGET_HAS_JIT" flag in Makefile.config. Can I use this flag to
>exclude MCJIT and JIT tests when not set? This will be a simpler change
>than
>modifying the macro.
>
>Thanks,
>Jyotsna


TARGET_HAS_JIT seems to be an autoconf thing (also, not really sure how it
works) and has no equivalent in the cmake world. If you do want to use
TARGET_HAS_JIT, please provide an equivalent for cmake users.





More information about the llvm-dev mailing list