llvm-6502/unittests/ExecutionEngine/JIT
Ulrich Weigand f772f07802 Disable all old-JIT unit tests on PowerPC.
These tests were all failing since the old JIT doesn't work
for PowerPC (any more), and there are no plans to attempt to
fix it again (instead, work focuses on MCJIT).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167133 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-31 16:18:02 +00:00
..
CMakeLists.txt Removing dependency on third party library for Intel JIT event support. 2012-09-28 17:35:20 +00:00
IntelJITEventListenerTest.cpp Removing dependency on third party library for Intel JIT event support. 2012-09-28 17:35:20 +00:00
JITEventListenerTest.cpp Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completes 2012-07-15 23:45:24 +00:00
JITEventListenerTestCommon.h Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completes 2012-07-15 23:45:24 +00:00
JITMemoryManagerTest.cpp
JITTest.cpp Disable all old-JIT unit tests on PowerPC. 2012-10-31 16:18:02 +00:00
JITTests.def
Makefile Use an export list when building JIT unittests. <rdar://problem/12473675> 2012-10-18 20:25:36 +00:00
MultiJITTest.cpp Disable all old-JIT unit tests on PowerPC. 2012-10-31 16:18:02 +00:00
OProfileJITEventListenerTest.cpp