llvm-6502/unittests/ExecutionEngine
Akira Hatanaka deda39dbdf [mips] Remove Triple:mips from SupportedArchs in MCJIT unittests
MIPS does not handle multiple relocations correctly, so two tests from the
unittests are expected to fail. These are:
 - MCJITTest.return_global and
 - MCJITTest.multiple_functions.

Until the multiple relocations are fixed, XFAIL the MCJIT unittests for
MIPS. This issue is tracked as Bug 16250.

Patch by Petar Jovanovic.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184461 91177308-0d34-0410-b5e6-96231b3b80d8
2013-06-20 20:33:06 +00:00
..
JIT Alternative fix for problem addressed in r182233 2013-05-21 10:30:59 +00:00
MCJIT [mips] Remove Triple:mips from SupportedArchs in MCJIT unittests 2013-06-20 20:33:06 +00:00
CMakeLists.txt Disable JIT/MCJIT tests in unittests/ExecutionEngine for the targets that don't support JIT. 2013-03-28 03:38:29 +00:00
ExecutionEngineTest.cpp Move all of the header files which are involved in modelling the LLVM IR 2013-01-02 11:36:10 +00:00
Makefile Enable JIT/MCJIT unit tests for targets with JIT support. 2013-04-05 14:26:16 +00:00