search for: archsupportsmcjit

Displaying 3 results from an estimated 3 matches for "archsupportsmcjit".

2013 Mar 11
0
[LLVMdev] Disabling ExecutionEngine tests for Hexagon
Hi Jyotsna, Currently there's a preprocessor trick that prevents llvm/unittests/ExecutionEngine/MCJIT tests from running on architectures and operating systems that are known to fail. Specifically, check out the functions OSSupportsMCJIT() and ArchSupportsMCJIT() functions in unittests/ExecutionEngine/MCJIT/MCJITTestBase.h, and the corresponding macro SKIP_UNSUPPORTED_PLATFORM that is used to 'decorate' the test cases. I'm not sure if there's anything like that in place for JIT, but it can probably be ported over unless someone has a conc...
2013 Mar 11
2
[LLVMdev] Disabling ExecutionEngine tests for Hexagon
Hi There, We want to disable all ExecutionEngine JIT/MCJIT tests (llvm/unittests/ExecutionEngine) for Hexagon. I have been looking into the test framework but haven't quite figured out how to turn them off. We cross compile Hexagon on X86 and are not interested in JIT support. Thanks, Jyotsna -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux
2013 Mar 12
2
[LLVMdev] Disabling ExecutionEngine tests for Hexagon
...for Hexagon > >Hi Jyotsna, > >Currently there's a preprocessor trick that prevents >llvm/unittests/ExecutionEngine/MCJIT tests from running on architectures >and operating systems that are known to fail. > >Specifically, check out the functions OSSupportsMCJIT() and >ArchSupportsMCJIT() functions in >unittests/ExecutionEngine/MCJIT/MCJITTestBase.h, and the corresponding >macro SKIP_UNSUPPORTED_PLATFORM that is used to 'decorate' the test >cases. > >I'm not sure if there's anything like that in place for JIT, but it can probably be >ported over u...