1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02: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 land David Blaikie's patch to de-constify Type, with a few tweaks. 2011-07-18 04:54:35 +00:00
JITTest.cpp Disable all old-JIT unit tests on PowerPC. 2012-10-31 16:18:02 +00:00
JITTests.def unittests/CMakeLists.txt: [PR8225] Tweak linking JITTests on MSVC to add JITTests.def. 2010-11-19 03:19:42 +00:00
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 Follow-up to r152620: restore JIT event listener tests to unittest/ExecutionEngine/JIT 2012-03-15 06:49:31 +00:00