1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/unittests/ExecutionEngine/JIT
Ulrich Weigand d3685b18a9 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).

llvm-svn: 167133
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